Searched defs:Py_NotImplemented (Results 1 - 2 of 2) sorted by relevance

/external/python/cpython2/Include/
H A Dobject.h880 Py_NotImplemented is a singleton used to signal that an operation is
884 #define Py_NotImplemented (&_Py_NotImplementedStruct) macro
/external/python/cpython3/Include/
H A Dobject.h916 Py_NotImplemented is a singleton used to signal that an operation is
920 #define Py_NotImplemented (&_Py_NotImplementedStruct) macro
922 /* Macro for returning Py_NotImplemented from a function */
924 return Py_INCREF(Py_NotImplemented), Py_NotImplemented

Completed in 379 milliseconds