BaseOperator

ast.operator = class operator(AST)
| operator = Add | Sub | Mult | MatMult | Div | Mod | Pow | LShift | RShift | BitOr | BitXor | BitAnd | FloorDiv

Inheritors

Properties

Link copied to clipboard
var pyObject: PyObject