pyjnius/jnius
gabriel.pettier 6d2df26f0b small grammar fix 2012-08-18 19:34:16 +02:00
..
__init__.py add cast(classname, obj) method to be able to use an instance from another class def 2012-08-16 00:16:17 +02:00
jni.pxi add autoclass/ensureclass, auto reflection for JavaObject, and fixes around j_self 2012-08-14 15:09:48 +02:00
jnius.pyx small grammar fix 2012-08-18 19:34:16 +02:00
jnius_conversion.pxi fix System.out.println('hello') crash due to a race condition: the instancatied JavaClass for "out" was deallocated before the __call__ of the println. >_< 2012-08-18 04:14:53 +02:00
jnius_jvm_android.pxi little fixes for android, remove the recursive part in autoclass for the moment 2012-08-14 17:21:55 +02:00
jnius_jvm_desktop.pxi add autoclass/ensureclass, auto reflection for JavaObject, and fixes around j_self 2012-08-14 15:09:48 +02:00
reflect.py change to getMethods and getFields to get inherited methods/fields too 2012-08-18 19:32:15 +02:00