Home
last modified time | relevance | path

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

/third_party/python/Include/internal/
Dpycore_ast_state.h48 PyObject *Div_singleton; member
/third_party/python/Python/
DPython-ast.c62 Py_CLEAR(state->Div_singleton); in _PyAST_Fini()
1529 state->Div_singleton = PyType_GenericNew((PyTypeObject *)state->Div_type, in init_types()
1531 if (!state->Div_singleton) return 0; in init_types()
4691 Py_INCREF(state->Div_singleton); in ast2obj_operator()
4692 return state->Div_singleton; in ast2obj_operator()