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