Home
last modified time | relevance | path

Searched refs:ClassDef_type (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Include/internal/
Dpycore_ast_state.h39 PyObject *ClassDef_type; member
/third_party/python/Python/
DPython-ast.c53 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()