Skip to content

Commit

Permalink
Add Java getClass() alternative to __javaclass__ for Something.class
Browse files Browse the repository at this point in the history
  • Loading branch information
KeyWeeUsr committed Feb 1, 2019
1 parent 144f71c commit e8c28d0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/source/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
-----------------------------------
Expand Down

0 comments on commit e8c28d0

Please sign in to comment.