Skip to content

CLN: avoid accessing private functions #33427

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
Apr 10, 2020
Merged

Conversation

jbrockmendel
Copy link
Member

xref #33394

@simonjayhawkins thoughts on how to handle the mypy complaint?

@WillAyd
Copy link
Member

WillAyd commented Apr 9, 2020

Yea the recursive call obviously makes things difficult. I think this is a use case for overload, where the type of input dictates the return type

@jbrockmendel
Copy link
Member Author

updated to fix the mypy concern

Copy link
Member

@WillAyd WillAyd left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@jreback jreback added this to the 1.1 milestone Apr 10, 2020
@jreback jreback merged commit d72dc24 into pandas-dev:master Apr 10, 2020
@jbrockmendel jbrockmendel deleted the private branch April 10, 2020 18:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants