NotImplementedError
A subclass of RuntimeError for abstract methods that have not been implemented. Distinct from the built-in NotImplemented singleton, which is returned by binary special methods.
A subclass of RuntimeError for abstract methods that have not been implemented. Distinct from the built-in NotImplemented singleton, which is returned by binary special methods.
Raised when a feature is not implemented on the current platform. For example, calling fork on Windows. Also used by libraries to signal abstract methods.