Skip to content

Commit

Permalink
expose JavaStaticMethod and JavaStaticField in jnius
Browse files Browse the repository at this point in the history
  • Loading branch information
tshirtman committed Apr 30, 2018
1 parent 58317e1 commit 4d811e7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions jnius/jnius.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,9 @@ Python::
'''

__all__ = ('JavaObject', 'JavaClass', 'JavaMethod', 'JavaField',
'MetaJavaClass', 'JavaException', 'cast', 'find_javaclass',
'PythonJavaClass', 'java_method', 'detach')
'JavaStaticMethod', 'JavaStaticField', 'MetaJavaClass',
'JavaException', 'cast', 'find_javaclass', 'PythonJavaClass',
'java_method', 'detach')

from libc.stdlib cimport malloc, free
from functools import partial
Expand Down

0 comments on commit 4d811e7

Please sign in to comment.