BaseUnaryOp

ast.unaryop = class unaryop(AST)
| unaryop = Invert | Not | UAdd | USub

Inheritors

Properties

Link copied to clipboard
var pyObject: PyObject