And

class And(var pyObject: PyObject) : Python.AST.BaseBoolOp
ast.And = class And(boolop)
| And

Constructors

Link copied to clipboard
constructor(pyObject: PyObject)

Properties

Link copied to clipboard
var pyObject: PyObject