Home
last modified time | relevance | path

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

/third_party/python/Include/internal/
H A Dpycore_ast_state.h83 PyObject *LShift_singleton; member
/third_party/python/Python/
H A DPython-ast.c96 Py_CLEAR(state->LShift_singleton); in _PyAST_Fini()
1561 state->LShift_singleton = PyType_GenericNew((PyTypeObject in init_types()
1564 if (!state->LShift_singleton) return 0; in init_types()
4783 Py_INCREF(state->LShift_singleton); in ast2obj_operator()
4784 return state->LShift_singleton; in ast2obj_operator()

Completed in 15 milliseconds