Home
last modified time | relevance | path

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

/third_party/python/Include/internal/
H A Dpycore_ast_state.h113 PyObject *NotEq_singleton; member
/third_party/python/Python/
H A DPython-ast.c126 Py_CLEAR(state->NotEq_singleton); in _PyAST_Fini()
1646 state->NotEq_singleton = PyType_GenericNew((PyTypeObject in init_types()
1648 if (!state->NotEq_singleton) return 0; in init_types()
4828 Py_INCREF(state->NotEq_singleton); in ast2obj_cmpop()
4829 return state->NotEq_singleton; in ast2obj_cmpop()

Completed in 15 milliseconds