Comment on Python Ellipses Considered HarmfulComments−odie55331yAuthor 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.abstractmetho...
Comments
Author 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.abstractmetho...