Home
last modified time | relevance | path

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

/third_party/python/Include/internal/
H A Dpycore_ast_state.h90 PyObject *LtE_singleton; member
/third_party/python/Python/
H A DPython-ast.c103 Py_CLEAR(state->LtE_singleton); in _PyAST_Fini()
1658 state->LtE_singleton = PyType_GenericNew((PyTypeObject *)state->LtE_type, in init_types()
1660 if (!state->LtE_singleton) return 0; in init_types()
4834 Py_INCREF(state->LtE_singleton); in ast2obj_cmpop()
4835 return state->LtE_singleton; in ast2obj_cmpop()

Completed in 15 milliseconds