Home
last modified time | relevance | path

Searched refs:In_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
943 In_singleton = PyType_GenericNew(In_type, NULL, NULL); in init_types()
944 if (!In_singleton) return 0; in init_types()
3128 Py_INCREF(In_singleton); in ast2obj_cmpop()
3129 return In_singleton; in ast2obj_cmpop()
/external/python/cpython3/Python/
DPython-ast.c422 *Gt_singleton, *GtE_singleton, *Is_singleton, *IsNot_singleton, *In_singleton, variable
1134 In_singleton = PyType_GenericNew(In_type, NULL, NULL); in init_types()
1135 if (!In_singleton) return 0; in init_types()
3675 Py_INCREF(In_singleton); in ast2obj_cmpop()
3676 return In_singleton; in ast2obj_cmpop()