auto mixin class for generating add_<graphic> methods#248
auto mixin class for generating add_<graphic> methods#248kushalkolar merged 14 commits intomasterfrom
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