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
When I attempt to call help(Var) on a class named Var directly imported from the jar (which is in the same path as its javadoc jar counterpart):
File "C:\Users\_\AppData\Roaming\Python\Python310\site-packages\jpype\_jclass.py", line 166, in _jclassDoc
jd = jde.getDocumentation(cls)
TypeError: No matching overloads found for org.jpype.javadoc.JavadocExtractor.getDocumentation(_jpype._JClass), options are:
public static org.jpype.javadoc.Javadoc org.jpype.javadoc.JavadocExtractor.getDocumentation(java.lang.Class)
The text was updated successfully, but these errors were encountered:
When I attempt to call
help(Var)
on a class named Var directly imported from the jar (which is in the same path as its javadoc jar counterpart):The text was updated successfully, but these errors were encountered: