Skip to content

Latest commit

 

History

History
3 lines (3 loc) · 372 Bytes

7780.improvement.rst

File metadata and controls

3 lines (3 loc) · 372 Bytes

Public classes which are not designed to be inherited from are now marked @final. Code which inherits from these classes will trigger a type-checking (e.g. mypy) error, but will still work in runtime. Currently the final designation does not appear in the API Reference but hopefully will in the future.