ziggy-pydust
ziggy-pydust copied to clipboard
Can't py.init a nested class
Currently we try to import the class from its containing module, but we fail to navigate a hierarchy of nested classes
Related #45?
Yep, similar. The other one I think can be fixed by calling eagerEval on the class / module definition inside py.class
The issue there was about instantiating the class. Right now we always check the module for class and never anything else