Searched refs:Not_singleton (Results 1 – 4 of 4) sorted by relevance
115 PyObject *Not_singleton; member
324 static PyObject *Invert_singleton, *Not_singleton, *UAdd_singleton, variable896 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()
129 Py_CLEAR(state->Not_singleton); in _PyAST_Fini()1605 state->Not_singleton = PyType_GenericNew((PyTypeObject *)state->Not_type, in init_types()1607 if (!state->Not_singleton) return 0; in init_types()4727 Py_INCREF(state->Not_singleton); in ast2obj_unaryop()4728 return state->Not_singleton; in ast2obj_unaryop()
6515 …<var-decl name='Not_singleton' type-id='type-id-16' visibility='default' filepath='./Include/inter…