Login
From:
Python Enhancement Proposals (PEPs)
(Uncensored)
subscribe
PEP 698 – Override Decorator for Static Typing | peps.python.org
https://peps.python.org/pep-0698/
links
backlinks
This PEP proposes adding an @override decorator to the Python type system. This will allow type checkers to prevent a class of bugs that occur when a base class changes methods that are inherited by derived classes.
Roast topics
Find topics
Find it!