Home
last modified time | relevance | path

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

/external/python/cpython2/Python/
DPython-ast.c324 static PyObject *Invert_singleton, *Not_singleton, *UAdd_singleton, variable
900 UAdd_singleton = PyType_GenericNew(UAdd_type, NULL, NULL); in init_types()
901 if (!UAdd_singleton) return 0; in init_types()
3089 Py_INCREF(UAdd_singleton); in ast2obj_unaryop()
3090 return UAdd_singleton; in ast2obj_unaryop()
/external/python/cpython3/Python/
DPython-ast.c413 static PyObject *Invert_singleton, *Not_singleton, *UAdd_singleton, variable
1091 UAdd_singleton = PyType_GenericNew(UAdd_type, NULL, NULL); in init_types()
1092 if (!UAdd_singleton) return 0; in init_types()
3636 Py_INCREF(UAdd_singleton); in ast2obj_unaryop()
3637 return UAdd_singleton; in ast2obj_unaryop()