Py_NotImplemented property Null safety
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;