Home
last modified time | relevance | path

Searched refs:Global_type (Results 1 - 2 of 2) sorted by relevance

/third_party/python/Include/internal/
H A Dpycore_ast_state.h64 PyObject *Global_type; member
/third_party/python/Python/
H A DPython-ast.c77 Py_CLEAR(state->Global_type); in _PyAST_Fini()
1288 state->Global_type = make_type(state, "Global", state->stmt_type, in init_types()
1291 if (!state->Global_type) return 0; in init_types()
4173 tp = (PyTypeObject *)state->Global_type; in ast2obj_stmt()
7968 tp = state->Global_type; in obj2ast_stmt()
12006 if (PyModule_AddObjectRef(m, "Global", state->Global_type) < 0) { in astmodule_exec()

Completed in 16 milliseconds