6 ms·
Python Ellipses Considered Harmful
- Hackbraten 2y agoThis is trivially caught by type checking.
- odie5533 2y agoAuthor links to the PEP-3119 containing the new, correct way to do things. And then explains how to do it the old way? The right way to do this is with @abc.abstractmethod decorator. https://docs.python.org/3/library/abc.html#abc.abstractmethod https://docs.python.org/3/library/abc.html#abc.abstractmetho...