Home
last modified time | relevance | path

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

/external/python/cpython3/Include/internal/
Dpycore_ast_state.h103 PyObject *Mod_singleton; member
/external/python/cpython2/Python/
DPython-ast.c307 *Div_singleton, *Mod_singleton, *Pow_singleton, *LShift_singleton, variable
857 Mod_singleton = PyType_GenericNew(Mod_type, NULL, NULL); in init_types()
858 if (!Mod_singleton) return 0; in init_types()
3050 Py_INCREF(Mod_singleton); in ast2obj_operator()
3051 return Mod_singleton; in ast2obj_operator()
/external/python/cpython3/Python/
DPython-ast.c117 Py_CLEAR(state->Mod_singleton); in _PyAST_Fini()
1535 state->Mod_singleton = PyType_GenericNew((PyTypeObject *)state->Mod_type, in init_types()
1537 if (!state->Mod_singleton) return 0; in init_types()
4694 Py_INCREF(state->Mod_singleton); in ast2obj_operator()
4695 return state->Mod_singleton; in ast2obj_operator()
/external/python/cpython3/Doc/data/
Dpython3.10.abi6479 …<var-decl name='Mod_singleton' type-id='type-id-16' visibility='default' filepath='./Include/inter…