Home
last modified time | relevance | path

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

/external/python/cpython2/Python/
DPython-ast.c334 *NotIn_singleton; variable
947 NotIn_singleton = PyType_GenericNew(NotIn_type, NULL, NULL); in init_types()
948 if (!NotIn_singleton) return 0; in init_types()
3131 Py_INCREF(NotIn_singleton); in ast2obj_cmpop()
3132 return NotIn_singleton; in ast2obj_cmpop()
/external/python/cpython3/Python/
DPython-ast.c423 *NotIn_singleton; variable
1138 NotIn_singleton = PyType_GenericNew(NotIn_type, NULL, NULL); in init_types()
1139 if (!NotIn_singleton) return 0; in init_types()
3678 Py_INCREF(NotIn_singleton); in ast2obj_cmpop()
3679 return NotIn_singleton; in ast2obj_cmpop()