Home
last modified time | relevance | path

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

/third_party/python/Include/internal/
H A Dpycore_ast_state.h115 PyObject *NotIn_singleton; member
/third_party/python/Python/
H A DPython-ast.c128 Py_CLEAR(state->NotIn_singleton); in _PyAST_Fini()
1694 state->NotIn_singleton = PyType_GenericNew((PyTypeObject in init_types()
1696 if (!state->NotIn_singleton) return 0; in init_types()
4852 Py_INCREF(state->NotIn_singleton); in ast2obj_cmpop()
4853 return state->NotIn_singleton; in ast2obj_cmpop()

Completed in 15 milliseconds