Skip to content
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

help(Class) doesn't work #1149

Open
ldeluigi opened this issue Oct 3, 2023 · 0 comments
Open

help(Class) doesn't work #1149

ldeluigi opened this issue Oct 3, 2023 · 0 comments

Comments

@ldeluigi
Copy link

ldeluigi commented Oct 3, 2023

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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant