BitXor

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

Constructors

Link copied to clipboard
constructor(pyObject: PyObject)

Properties

Link copied to clipboard
var pyObject: PyObject