Searched refs:IsNot_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 939 IsNot_singleton = PyType_GenericNew(IsNot_type, NULL, NULL); in init_types() 940 if (!IsNot_singleton) return 0; in init_types() 3125 Py_INCREF(IsNot_singleton); in ast2obj_cmpop() 3126 return IsNot_singleton; in ast2obj_cmpop()
|
/external/python/cpython3/Python/ |
D | Python-ast.c | 422 *Gt_singleton, *GtE_singleton, *Is_singleton, *IsNot_singleton, *In_singleton, variable 1130 IsNot_singleton = PyType_GenericNew(IsNot_type, NULL, NULL); in init_types() 1131 if (!IsNot_singleton) return 0; in init_types() 3672 Py_INCREF(IsNot_singleton); in ast2obj_cmpop() 3673 return IsNot_singleton; in ast2obj_cmpop()
|