bcdev / jpy

A bi-directional Python-Java bridge used to embed Java in CPython or the other way round.
Apache License 2.0
187 stars 37 forks source link

Improve proxying #158

Closed devinrsmith closed 2 years ago

devinrsmith commented 5 years ago

Use str(), hash(), and == for proxying, as opposed to calling methods directly. Unwrap proxied Java objects to their original PyObject.