Home | History | Annotate | Download | only in Include

Lines Matching defs:Py_NotImplemented

927 Py_NotImplemented is a singleton used to signal that an operation is
931 #define Py_NotImplemented (&_Py_NotImplementedStruct)
933 /* Macro for returning Py_NotImplemented from a function */
935 return Py_INCREF(Py_NotImplemented), Py_NotImplemented