You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This module was meant to be a showcase for the potential capabilities of Python import hooks. All the underlying heavy-lifting work is actually done by PyJnius (or JavaBridge), so you could just call it directly without my black magics:
Anyway I'll leave this issue open. If anybody is interested in hacking around the AST and enable $ support in the Python interpreter, please feel free to file a pull request :-)
the inner class in the jar is named like XXX$XXXX.class,eg,"IndexWriterConfig$OpenMode.class"(in lucene).how can i import OpenMode in python?
The text was updated successfully, but these errors were encountered: