Searched refs:Gt_singleton (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython2/Python/ |
D | Python-ast.c | 333 *Gt_singleton, *GtE_singleton, *Is_singleton, *IsNot_singleton, *In_singleton, variable 927 Gt_singleton = PyType_GenericNew(Gt_type, NULL, NULL); in init_types() 928 if (!Gt_singleton) return 0; in init_types() 3116 Py_INCREF(Gt_singleton); in ast2obj_cmpop() 3117 return Gt_singleton; in ast2obj_cmpop()
|
/external/python/cpython3/Python/ |
D | Python-ast.c | 422 *Gt_singleton, *GtE_singleton, *Is_singleton, *IsNot_singleton, *In_singleton, variable 1118 Gt_singleton = PyType_GenericNew(Gt_type, NULL, NULL); in init_types() 1119 if (!Gt_singleton) return 0; in init_types() 3663 Py_INCREF(Gt_singleton); in ast2obj_cmpop() 3664 return Gt_singleton; in ast2obj_cmpop()
|