Home
last modified time | relevance | path

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

/third_party/python/Include/internal/
H A Dpycore_ast_state.h73 PyObject *In_singleton; member
/third_party/python/Python/
H A DPython-ast.c86 Py_CLEAR(state->In_singleton); in _PyAST_Fini()
1688 state->In_singleton = PyType_GenericNew((PyTypeObject *)state->In_type, in init_types()
1690 if (!state->In_singleton) return 0; in init_types()
4849 Py_INCREF(state->In_singleton); in ast2obj_cmpop()
4850 return state->In_singleton; in ast2obj_cmpop()

Completed in 15 milliseconds