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

Add overriding metaclass. #61

Closed

Conversation

hameerabbasi
Copy link
Collaborator

@hameerabbasi hameerabbasi force-pushed the overriding_metaclass branch 2 times, most recently from 406b2fd to f757534 Compare June 25, 2020 11:35
@peterbell10
Copy link
Collaborator

You seem to have commit a binary file by accident. I assume .profraw is some profiler output?

@hameerabbasi
Copy link
Collaborator Author

I assume .profraw is some profiler output?

It shows up with a simple pytest, I'm not entirely clear on why.

@@ -11,30 +11,44 @@
__ua_domain__ = "numpy"


def overridden_class(self):
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

@joaosferreira For Dask, this would have an additional:

if self is np.ndarray:
    return da.Array

@hameerabbasi
Copy link
Collaborator Author

Superceded by #66.

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.

None yet

2 participants