Invert

class Invert(var pyObject: PyObject) : Python.AST.BaseUnaryOp
ast.Invert = class Invert(unaryop)
| Invert

Constructors

Link copied to clipboard
constructor(pyObject: PyObject)

Properties

Link copied to clipboard
var pyObject: PyObject