BaseExprContext

ast.expr_context = class expr_context(AST)
| expr_context = Load | Store | Del

Inheritors

Properties

Link copied to clipboard
var pyObject: PyObject