Skip to content
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

ENH(TST): test workaround for decorating static and class methods #40

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

yarikoptic
Copy link
Member

I am not yet 100% sure but I think it is something which could be addressed
within joblib itself: to account for peculiarity of Python"s
@{class,static}method helpers which are classes themselves which proxy (instead
of just simply decorating) the __func__ of underlying function/method.

I am not yet 100% sure but I think it is something which could be addressed
within joblib itself: to account for peculiarity of Python"s
@{class,static}method helpers which are classes themselves which proxy (instead
of just simply decorating) the __func__ of underlying function/method.
@yarikoptic yarikoptic marked this pull request as draft March 19, 2021 18:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant