kivy / pyjnius

Access Java classes from Python
https://pyjnius.readthedocs.org
MIT License
1.39k stars 255 forks source link

Moderinze `java` code? #690

Closed baseplate-admin closed 11 months ago

baseplate-admin commented 11 months ago

https://github.com/kivy/pyjnius/blob/c144e968cdfafd58599cf697e2be63d959c6aa26/jnius/src/org/jnius/NativeInvocationHandler.java#L15-L22

Maybe with something like

            String message = "+ java:invoke(<proxy>," + method + ", " + args + ")"
            System.out.print(message);
            System.out.println(")");
Julian-O commented 11 months ago

Would you care to submit a PR with the change?

baseplate-admin commented 11 months ago

@Julian-O, thank you for your recent work in kivy ( i really appreciate the efforts you put into the toolchains recently )


Would you care to submit a PR with the change?

I will gladly do it :)