Searched refs:ClassDef_type (Results 1 – 2 of 2) sorted by relevance
39 PyObject *ClassDef_type; member
53 Py_CLEAR(state->ClassDef_type); in _PyAST_Fini()1179 state->ClassDef_type = make_type(state, "ClassDef", state->stmt_type, in init_types()1182 if (!state->ClassDef_type) return 0; in init_types()3726 tp = (PyTypeObject *)state->ClassDef_type; in ast2obj_stmt()5989 tp = state->ClassDef_type; in obj2ast_stmt()11642 if (PyModule_AddObjectRef(m, "ClassDef", state->ClassDef_type) < 0) { in astmodule_exec()