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