mirror of https://github.com/kivy/pyjnius.git
Add Java getClass() alternative to __javaclass__ for Something.class
This commit is contained in:
parent
144f71c2b3
commit
e8c28d0f07
|
@ -194,7 +194,8 @@ Reflection functions
|
|||
func_from()
|
||||
|
||||
There is also a special case for a `SomeClass.class` class literal
|
||||
which you will find in the `__javaclass__` python attribute.
|
||||
which you will find either as a result of `SomeClass.getClass()`
|
||||
or in the `__javaclass__` python attribute.
|
||||
|
||||
Java class implementation in Python
|
||||
-----------------------------------
|
||||
|
|
Loading…
Reference in New Issue