Home
last modified time | relevance | path

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

/external/python/cpython2/Python/
DPython-ast.c332 static PyObject *Eq_singleton, *NotEq_singleton, *Lt_singleton, *LtE_singleton, variable
923 LtE_singleton = PyType_GenericNew(LtE_type, NULL, NULL); in init_types()
924 if (!LtE_singleton) return 0; in init_types()
3113 Py_INCREF(LtE_singleton); in ast2obj_cmpop()
3114 return LtE_singleton; in ast2obj_cmpop()
/external/python/cpython3/Python/
DPython-ast.c421 static PyObject *Eq_singleton, *NotEq_singleton, *Lt_singleton, *LtE_singleton, variable
1114 LtE_singleton = PyType_GenericNew(LtE_type, NULL, NULL); in init_types()
1115 if (!LtE_singleton) return 0; in init_types()
3660 Py_INCREF(LtE_singleton); in ast2obj_cmpop()
3661 return LtE_singleton; in ast2obj_cmpop()