expose JavaStaticMethod and JavaStaticField in jnius

This commit is contained in:
Gabriel Pettier 2018-04-30 14:32:57 +02:00
parent 58317e1e8b
commit 4d811e766e
1 changed files with 3 additions and 2 deletions

View File

@ -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