Home
last modified time | relevance | path

Searched refs:Not_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
896 Not_singleton = PyType_GenericNew(Not_type, NULL, NULL); in init_types()
897 if (!Not_singleton) return 0; in init_types()
3086 Py_INCREF(Not_singleton); in ast2obj_unaryop()
3087 return Not_singleton; in ast2obj_unaryop()
/external/python/cpython3/Python/
DPython-ast.c413 static PyObject *Invert_singleton, *Not_singleton, *UAdd_singleton, variable
1087 Not_singleton = PyType_GenericNew(Not_type, NULL, NULL); in init_types()
1088 if (!Not_singleton) return 0; in init_types()
3633 Py_INCREF(Not_singleton); in ast2obj_unaryop()
3634 return Not_singleton; in ast2obj_unaryop()