pyjnius/jnius
Mirko Galimberti 95527df23f
Initialize logger as a child of the Kivy's one (#643)
2022-11-26 16:49:24 +01:00
..
src/org/jnius Add tests for isinstance, fix edge cases. 2017-12-11 14:04:32 -05:00
__init__.py Remove Python 2 support, six dependency (#619) 2022-10-16 14:56:56 +02:00
env.py Initialize logger as a child of the Kivy's one (#643) 2022-11-26 16:49:24 +01:00
jni.pxi remove const_char, as Cython supports const from 0.18 2016-04-05 14:47:00 +02:00
jnius.pyx Removes some Python2-era complexity (#641) 2022-11-20 16:51:10 +01:00
jnius_compat.pxi Remove Python 2 support, six dependency (#619) 2022-10-16 14:56:56 +02:00
jnius_conversion.pxi Remove Python 2 support, six dependency (#619) 2022-10-16 14:56:56 +02:00
jnius_env.pxi add a jnius.detach() method to detach a thread that used some jni. 2015-02-07 19:33:19 +01:00
jnius_export_class.pxi Remove Python 2 support, six dependency (#619) 2022-10-16 14:56:56 +02:00
jnius_export_func.pxi Remove Python 2 support, six dependency (#619) 2022-10-16 14:56:56 +02:00
jnius_jvm_android.pxi Update jnius_jvm_android to simplify patching for p4a 2021-08-23 01:31:08 +02:00
jnius_jvm_desktop.pxi Remove Python 2 support, six dependency (#619) 2022-10-16 14:56:56 +02:00
jnius_jvm_dlopen.pxi Removes some Python2-era complexity (#641) 2022-11-20 16:51:10 +01:00
jnius_localref.pxi Fix ignored exceptions breaking tests 2021-07-21 14:06:28 +02:00
jnius_nativetypes3.pxi Fix ignored exceptions breaking tests 2021-07-21 14:06:28 +02:00
jnius_proxy.pxi Remove Python 2 support, six dependency (#619) 2022-10-16 14:56:56 +02:00
jnius_utils.pxi Remove Python 2 support, six dependency (#619) 2022-10-16 14:56:56 +02:00
reflect.py Initialize logger as a child of the Kivy's one (#643) 2022-11-26 16:49:24 +01:00
signatures.py pep8 fixes 2017-03-23 19:56:02 +02:00