toggle menu
cpg
main
jvm
switch theme
search in API
cpg-language-python
/
de.fraunhofer.aisec.cpg.frontends.python
/
Python
/
AST
/
match_case
match_case
class
match_case
(
var
pyObject
:
PyObject
)
:
Python.AST.AST
ast.match_case = class match_case(AST)
| match_case(pattern pattern, expr? guard, stmt* body)
Content copied to clipboard
Members
Constructors
match_case
Link copied to clipboard
constructor
(
pyObject
:
PyObject
)
Properties
body
Link copied to clipboard
val
body
:
List
<
Python.AST.BaseStmt
>
guard
Link copied to clipboard
val
guard
:
Python.AST.BaseExpr
?
pattern
Link copied to clipboard
val
pattern
:
Python.AST.BasePattern
py
Object
Link copied to clipboard
var
pyObject
:
PyObject