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.h41 PyObject *ClassDef_type; member
/third_party/python/Python/
DPython-ast.c54 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()