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

Dispatch methods does not work #721

Closed
zerothi opened this issue Mar 20, 2024 · 0 comments
Closed

Dispatch methods does not work #721

zerothi opened this issue Mar 20, 2024 · 0 comments

Comments

@zerothi
Copy link
Owner

zerothi commented Mar 20, 2024

Describe the bug

The reason is simply that the classes are looked up in the dict, nothing more.

Having a look at singledispatch, there is a bunch of code to resolve mro, to backtrack the correct class to extract data from.

This is not a big priority, but still something to be considered, e.g. one cannot create Lattice.new.register(LatticeChild).

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

No branches or pull requests

1 participant