BitOr

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

Constructors

Link copied to clipboard
constructor(pyObject: PyObject)

Properties

Link copied to clipboard
var pyObject: PyObject