Home
last modified time | relevance | path

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

/third_party/python/Include/internal/
Dpycore_ast_state.h122 PyObject *RShift_singleton; member
/third_party/python/Python/
DPython-ast.c136 Py_CLEAR(state->RShift_singleton); in _PyAST_Fini()
1556 state->RShift_singleton = PyType_GenericNew((PyTypeObject in init_types()
1559 if (!state->RShift_singleton) return 0; in init_types()
4703 Py_INCREF(state->RShift_singleton); in ast2obj_operator()
4704 return state->RShift_singleton; in ast2obj_operator()