overrides

A decorator to automatically detect mismatch when overriding a method

APACHE-2.0 License

Downloads
21.2M
Stars
261
Committers
19

Bot releases are hidden (Show)

overrides - Typing improved

Published by mkorpela over 3 years ago

Improved support for mypy types and type checking with py.typed.
Distribution as a wheel also.

overrides - Signature checks

Published by mkorpela over 3 years ago

EnforceOverrides now checks argument and return value signatures for overriding problems.
This is a backwards incompatible change.
Special thanks to @ashwin153 for all the hard work on making this possible!

https://github.com/mkorpela/overrides/issues/35