#include <Python-ast.h>
Definition at line 40 of file Python-ast.h.
Public Attributes | |
| enum _mod_kind | kind |
| union { | |
| struct { | |
| asdl_seq * body | |
| } Module | |
| struct { | |
| asdl_seq * body | |
| } Interactive | |
| struct { | |
| expr_ty body | |
| } Expression | |
| struct { | |
| asdl_seq * body | |
| } Suite | |
| } | v |
| asdl_seq* body |
Definition at line 44 of file Python-ast.h.
| expr_ty body |
Definition at line 52 of file Python-ast.h.
| struct { ... } Expression |
| struct { ... } Interactive |
| enum _mod_kind kind |
Definition at line 41 of file Python-ast.h.
| struct { ... } Module |
| struct { ... } Suite |
| union { ... } v |