Vladimir

55%
Flag icon
Do not confuse NotImplemented with NotImplementedError. The first, NotImplemented, is a special singleton value that an infix operator special method should return to tell the interpreter it cannot handle a given operand. In contrast, NotImplementedError is an exception that stub methods in abstract classes may raise to warn that subclasses must implement them.
Fluent Python: Clear, Concise, and Effective Programming
Rate this book
Clear rating
Open Preview