Add

class Add(var pyObject: PyObject) : Python.AST.BaseOperator
ast.Add = class Add(operator)
| Add

Constructors

Link copied to clipboard
constructor(pyObject: PyObject)

Properties

Link copied to clipboard
var pyObject: PyObject