Searched refs:ClassDef_type (Results 1 – 2 of 2) sorted by relevance
41 PyObject *ClassDef_type; member
54 Py_CLEAR(state->ClassDef_type); in _PyAST_Fini()1188 state->ClassDef_type = make_type(state, "ClassDef", state->stmt_type, in init_types()1191 if (!state->ClassDef_type) return 0; in init_types()3774 tp = (PyTypeObject *)state->ClassDef_type; in ast2obj_stmt()6132 tp = state->ClassDef_type; in obj2ast_stmt()11949 if (PyModule_AddObjectRef(m, "ClassDef", state->ClassDef_type) < 0) { in astmodule_exec()