NotEq

class NotEq(var pyObject: PyObject) : Python.AST.BaseCmpOp
ast.NotEq = class NotEq(cmpop)
| NotEq

Constructors

Link copied to clipboard
constructor(pyObject: PyObject)

Properties

Link copied to clipboard
var pyObject: PyObject