Python Ellipses Considered Harmful
wellformedness.com
Python Ellipses Considered Harmful
1–3 of 3 posts
Re: Python Ellipses Considered Harmful
#2This is trivially caught by type checking.
Re: Python Ellipses Considered Harmful
#3Author 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...