Home
last modified time | relevance | path

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

/external/python/cpython3/Include/internal/
Dpycore_ast_state.h48 PyObject *Div_singleton; member
/external/python/cpython2/Python/
DPython-ast.c307 *Div_singleton, *Mod_singleton, *Pow_singleton, *LShift_singleton, variable
853 Div_singleton = PyType_GenericNew(Div_type, NULL, NULL); in init_types()
854 if (!Div_singleton) return 0; in init_types()
3047 Py_INCREF(Div_singleton); in ast2obj_operator()
3048 return Div_singleton; in ast2obj_operator()
/external/python/cpython3/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()
/external/python/cpython3/Doc/data/
Dpython3.10.abi6314 …<var-decl name='Div_singleton' type-id='type-id-16' visibility='default' filepath='./Include/inter…