Not

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

Constructors

Link copied to clipboard
constructor(pyObject: PyObject)

Properties

Link copied to clipboard
var pyObject: PyObject