Searched defs:ast_state (Results 1 – 1 of 1) sorted by relevance
13 struct ast_state { struct14 int initialized;15 PyObject *AST_type;16 PyObject *Add_singleton;17 PyObject *Add_type;18 PyObject *And_singleton;19 PyObject *And_type;20 PyObject *AnnAssign_type;21 PyObject *Assert_type;22 PyObject *Assign_type;[all …]