Home
last modified time | relevance | path

Searched refs:NotEq_singleton (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython3/Include/internal/
Dpycore_ast_state.h111 PyObject *NotEq_singleton; member
/external/python/cpython2/Python/
DPython-ast.c332 static PyObject *Eq_singleton, *NotEq_singleton, *Lt_singleton, *LtE_singleton, variable
915 NotEq_singleton = PyType_GenericNew(NotEq_type, NULL, NULL); in init_types()
916 if (!NotEq_singleton) return 0; in init_types()
3107 Py_INCREF(NotEq_singleton); in ast2obj_cmpop()
3108 return NotEq_singleton; in ast2obj_cmpop()
/external/python/cpython3/Python/
DPython-ast.c125 Py_CLEAR(state->NotEq_singleton); in _PyAST_Fini()
1633 state->NotEq_singleton = PyType_GenericNew((PyTypeObject in init_types()
1635 if (!state->NotEq_singleton) return 0; in init_types()
4745 Py_INCREF(state->NotEq_singleton); in ast2obj_cmpop()
4746 return state->NotEq_singleton; in ast2obj_cmpop()
/external/python/cpython3/Doc/data/
Dpython3.10.abi6503 …<var-decl name='NotEq_singleton' type-id='type-id-16' visibility='default' filepath='./Include/int…