BaseBoolOp

sealed class BaseBoolOp : Python.AST.AST
ast.boolop = class boolop(AST)
| boolop = And | Or

Inheritors

Properties

Link copied to clipboard
var pyObject: PyObject