Load

class Load(var pyObject: PyObject) : Python.AST.BaseExprContext
ast.Load = class Load(expr_context)
| Load

Constructors

Link copied to clipboard
constructor(pyObject: PyObject)

Properties

Link copied to clipboard
var pyObject: PyObject