You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* TYP: Fix types for path effects property
* Add typing to _docstring module
This is mainly useful because of its decorators, which previously caused
any usage to lose typing. Consequently, there are several _new_ typing
errors, many of which are fixed here, but not all.
* Add typing to _copy_docstring_and_deprecators
As before, this untyped function caused any decorator usage to make the
wrapped function untyped. Now, these functions are typed again. This
revealed several follow-on type issues, but many of them are expected
(as tests tend to call things with incorrect arguments on purpose, use
property aliases, etc.)
* Add some more typing in pyplot
* Add return annotation for pie
* Remove return from pyplot funcs annotated as None
* TYP: Explicitly re-export some API from pyplot
See matplotlib#26372
0 commit comments