also JavaMultipleMethod

closes #327
This commit is contained in:
Gabriel Pettier 2018-04-30 14:34:15 +02:00
parent 4d811e766e
commit 82d872bbbe
1 changed files with 3 additions and 3 deletions

View File

@ -86,9 +86,9 @@ Python::
''' '''
__all__ = ('JavaObject', 'JavaClass', 'JavaMethod', 'JavaField', __all__ = ('JavaObject', 'JavaClass', 'JavaMethod', 'JavaField',
'JavaStaticMethod', 'JavaStaticField', 'MetaJavaClass', 'JavaStaticMethod', 'JavaStaticField', 'JavaMultipleMethod',
'JavaException', 'cast', 'find_javaclass', 'PythonJavaClass', 'MetaJavaClass', 'JavaException', 'cast', 'find_javaclass',
'java_method', 'detach') 'PythonJavaClass', 'java_method', 'detach')
from libc.stdlib cimport malloc, free from libc.stdlib cimport malloc, free
from functools import partial from functools import partial