Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pass a Java object which can be used in a pythonic way #5

Open
ohumbel opened this issue Oct 12, 2024 · 0 comments
Open

Pass a Java object which can be used in a pythonic way #5

ohumbel opened this issue Oct 12, 2024 · 0 comments
Labels
requirement Requirements for replacing Jython with GraalPy

Comments

@ohumbel
Copy link
Owner

ohumbel commented Oct 12, 2024

If a Java object exposes __add__() and __radd__(), it should be possible to do o1 + o2 in Python (for example).
And for the other attribute methods as well.

@ohumbel ohumbel changed the title Pass a Java object which can be used in a pythonic way. Pass a Java object which can be used in a pythonic way Oct 12, 2024
@ohumbel ohumbel added the requirement Requirements for replacing Jython with GraalPy label Oct 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
requirement Requirements for replacing Jython with GraalPy
Projects
None yet
Development

No branches or pull requests

1 participant