mirror of https://github.com/kivy/pyjnius.git
expose JavaStaticMethod and JavaStaticField in jnius
This commit is contained in:
parent
58317e1e8b
commit
4d811e766e
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue