-
Notifications
You must be signed in to change notification settings - Fork 53
auto mixin class for generating add_<graphic> methods #248
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
Conversation
automixin class generated looks good, but then when I go to use the methods I get errors with the |
…port the class elsewhere, graphic names not being defined
seem to be having some importing issues, not sure how to fix but the generated class should be looking better! |
|
not sure what is happening, need to keep investigating, but it seems like the generated methods are not registering if I do something like:
when I print the |
The only way I could get the generated all of the graphics have a non-default I think it has to do with the nature of a mixin class, both the mixin class and the graphic class expect the kwarg arg |
I think maybe my screenshots will be different because of the things that you changed in recent PRs? |
Actually let's just set the type annotation as the |
last question, docstrings and tab completion work in jupyterlab? |
yeah, works for me! |
closes #157