Py_NotImplemented property

PyObject Py_NotImplemented

The NotImplemented singleton, used to signal that an operation is not implemented for the given type combination. Increment the reference count before returning it.

Implementation

PyObject get Py_NotImplemented => Py_NotImplementedStruct;