Home
last modified time | relevance | path

Searched refs:IsNot_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
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/
DPython-ast.c422 *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()