Home
last modified time | relevance | path

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

/external/python/cpython2/Python/
DPython-ast.c306 static PyObject *Add_singleton, *Sub_singleton, *Mult_singleton, variable
849 Mult_singleton = PyType_GenericNew(Mult_type, NULL, NULL); in init_types()
850 if (!Mult_singleton) return 0; in init_types()
3044 Py_INCREF(Mult_singleton); in ast2obj_operator()
3045 return Mult_singleton; in ast2obj_operator()
/external/python/cpython3/Python/
DPython-ast.c394 static PyObject *Add_singleton, *Sub_singleton, *Mult_singleton, variable
1036 Mult_singleton = PyType_GenericNew(Mult_type, NULL, NULL); in init_types()
1037 if (!Mult_singleton) return 0; in init_types()
3588 Py_INCREF(Mult_singleton); in ast2obj_operator()
3589 return Mult_singleton; in ast2obj_operator()