Home
last modified time | relevance | path

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

/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.c395 *MatMult_singleton, *Div_singleton, *Mod_singleton, *Pow_singleton, variable
1048 Mod_singleton = PyType_GenericNew(Mod_type, NULL, NULL); in init_types()
1049 if (!Mod_singleton) return 0; in init_types()
3597 Py_INCREF(Mod_singleton); in ast2obj_operator()
3598 return Mod_singleton; in ast2obj_operator()