Searched refs:Div_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 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/ |
D | Python-ast.c | 395 *MatMult_singleton, *Div_singleton, *Mod_singleton, *Pow_singleton, variable 1044 Div_singleton = PyType_GenericNew(Div_type, NULL, NULL); in init_types() 1045 if (!Div_singleton) return 0; in init_types() 3594 Py_INCREF(Div_singleton); in ast2obj_operator() 3595 return Div_singleton; in ast2obj_operator()
|