Skip to content

Switch internal API function calls from cbook to _api #19134

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

Merged
merged 3 commits into from
Dec 17, 2020

Conversation

timhoffm
Copy link
Member

PR Summary

Followup of moving all API helpers to matplotlib._api (#18657).

This changes internal usages:

  • cbook._rename_parameter -> _api.rename_parameter
  • cbook._make_keyword_only -> _api.make_keyword_only
  • cbook._delete_parameter -> _api.delete_parameter

@timhoffm timhoffm added this to the v3.4.0 milestone Dec 17, 2020
@timhoffm timhoffm changed the title Api move functions Switch internal API function calls from cbook to _api Dec 17, 2020
@tacaswell tacaswell merged commit fef6af3 into matplotlib:master Dec 17, 2020
@timhoffm timhoffm deleted the api-move-functions branch December 17, 2020 15:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants