Eq

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

Constructors

Link copied to clipboard
constructor(pyObject: PyObject)

Properties

Link copied to clipboard
var pyObject: PyObject