Home | History | Annotate | Download | only in python2.7

Lines Matching defs:Py_NotImplemented

845 Py_NotImplemented is a singleton used to signal that an operation is
849 #define Py_NotImplemented (&_Py_NotImplementedStruct)