errors.fyi community error code reference
NotImplementedError
python

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.

References

โ† all namespaces for NotImplementedError