-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add abstract members. #803
Conversation
- Add generic generic type arguments to view objects and `BaseDict`. - Solve conflicting typing in `lib.py`. - Adjust documentation.
This reverts commit e2edfa9.
- Add dynamic abstract dynamic properties to `PointPositionMixin`. - Remove unused `PointPositionMixin` from `BaseImage`.
…ntParts into abstract-members
@benkiel I had to override the abstract members defined in |
@benkiel I inadvertently deleted the remote |
@knutnergaard reopened |
This PR adds abstract members to modules to handle
[attr-defined]
errors raised bymypy
when methods defined only in subclasses are referenced in bases.See error 5 on this list.