Python Ellipses Considered Harmfulwellformedness.com 2 pointskylebgorman1 year ago2 commentsSaveHideCopy link On HNComments−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...−Hackbraten1yThis is trivially caught by type checking.
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...
This is trivially caught by type checking.