Store

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

Constructors

Link copied to clipboard
constructor(pyObject: PyObject)

Properties

Link copied to clipboard
var pyObject: PyObject