Python Ellipses Considered Harmful(wellformedness.com)
wellformedness.com
Python Ellipses Considered Harmful
https://www.wellformedness.com/blog/python-ellipses-considered-harmful/
2 コメント
This is trivially caught by type checking.
https://www.wellformedness.com/blog/python-ellipses-considered-harmful/
The right way to do this is with @abc.abstractmethod decorator. https://docs.python.org/3/library/abc.html#abc.abstractmetho...