Searched refs:Lt_singleton (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython2/Python/ |
D | Python-ast.c | 332 static PyObject *Eq_singleton, *NotEq_singleton, *Lt_singleton, *LtE_singleton, variable 919 Lt_singleton = PyType_GenericNew(Lt_type, NULL, NULL); in init_types() 920 if (!Lt_singleton) return 0; in init_types() 3110 Py_INCREF(Lt_singleton); in ast2obj_cmpop() 3111 return Lt_singleton; in ast2obj_cmpop()
|
/external/python/cpython3/Python/ |
D | Python-ast.c | 421 static PyObject *Eq_singleton, *NotEq_singleton, *Lt_singleton, *LtE_singleton, variable 1110 Lt_singleton = PyType_GenericNew(Lt_type, NULL, NULL); in init_types() 1111 if (!Lt_singleton) return 0; in init_types() 3657 Py_INCREF(Lt_singleton); in ast2obj_cmpop() 3658 return Lt_singleton; in ast2obj_cmpop()
|