Searched refs:Mod_singleton (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython2/Python/ |
D | Python-ast.c | 307 *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/ |
D | Python-ast.c | 395 *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()
|