Home
last modified time | relevance | path

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

/external/python/cpython2/Python/
DPython-ast.c333 *Gt_singleton, *GtE_singleton, *Is_singleton, *IsNot_singleton, *In_singleton, variable
931 GtE_singleton = PyType_GenericNew(GtE_type, NULL, NULL); in init_types()
932 if (!GtE_singleton) return 0; in init_types()
3119 Py_INCREF(GtE_singleton); in ast2obj_cmpop()
3120 return GtE_singleton; in ast2obj_cmpop()
/external/python/cpython3/Python/
DPython-ast.c422 *Gt_singleton, *GtE_singleton, *Is_singleton, *IsNot_singleton, *In_singleton, variable
1122 GtE_singleton = PyType_GenericNew(GtE_type, NULL, NULL); in init_types()
1123 if (!GtE_singleton) return 0; in init_types()
3666 Py_INCREF(GtE_singleton); in ast2obj_cmpop()
3667 return GtE_singleton; in ast2obj_cmpop()