Home
last modified time | relevance | path

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

/third_party/python/Include/internal/
H A Dpycore_ast_state.h78 PyObject *IsNot_singleton; member
/third_party/python/Python/
H A DPython-ast.c91 Py_CLEAR(state->IsNot_singleton); in _PyAST_Fini()
1682 state->IsNot_singleton = PyType_GenericNew((PyTypeObject in init_types()
1684 if (!state->IsNot_singleton) return 0; in init_types()
4846 Py_INCREF(state->IsNot_singleton); in ast2obj_cmpop()
4847 return state->IsNot_singleton; in ast2obj_cmpop()

Completed in 15 milliseconds