toggle menu
cpg
main
jvm
switch theme
search in API
cpg-language-python
/
de.fraunhofer.aisec.cpg.frontends.python
/
Python
/
AST
/
withitem
withitem
class
withitem
(
var
pyObject
:
PyObject
)
:
Python.AST.AST
ast.withitem = class withitem(AST)
| withitem(expr context_expr, expr? optional_vars)
Content copied to clipboard
Members
Constructors
withitem
Link copied to clipboard
constructor
(
pyObject
:
PyObject
)
Properties
context_expr
Link copied to clipboard
val
context_expr
:
Python.AST.BaseExpr
optional_vars
Link copied to clipboard
val
optional_vars
:
Python.AST.BaseExpr
?
py
Object
Link copied to clipboard
var
pyObject
:
PyObject