overrides 7.7.0
0
A decorator to automatically detect mismatch when overriding a method.
Contents
A decorator to automatically detect mismatch when overriding a method.
Stars: 261, Watchers: 261, Forks: 32, Open Issues: 9The mkorpela/overrides
repo was created 9 years ago and the last code push was 5 months ago.
The project is popular with 261 github stars!
How to Install overrides
You can install overrides using pip
pip install overrides
or add it to a project with poetry
poetry add overrides
Package Details
- Author
- Mikko Korpela
- License
- Apache License, Version 2.0
- Homepage
- https://github.com/mkorpela/overrides
- PyPi:
- https://pypi.org/project/overrides/
- GitHub Repo:
- https://github.com/mkorpela/overrides
Classifiers
Related Packages
Errors
A list of common overrides errors.
Code Examples
Here are some overrides
code examples and snippets.
GitHub Issues
The overrides package has 9 open issues on GitHub
- Can't refine method typing if parent is typed as
typing.Any
- Error on builtin types