class NotImplementedError
Overview
Raised when a method is not implemented.
This can be used either to stub out method bodies, or when the method is not implemented on the current platform.
Raised when a method is not implemented.
This can be used either to stub out method bodies, or when the method is not implemented on the current platform.
Object