withitem

class withitem(var pyObject: PyObject) : Python.AST.AST
ast.withitem = class withitem(AST)
| withitem(expr context_expr, expr? optional_vars)

Constructors

Link copied to clipboard
constructor(pyObject: PyObject)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
var pyObject: PyObject