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

Add __repr__ to classes #471

Closed
Thrameos opened this issue Jun 9, 2019 · 1 comment
Closed

Add __repr__ to classes #471

Thrameos opened this issue Jun 9, 2019 · 1 comment
Labels
enhancement Improvement in capability planned for future release

Comments

@Thrameos
Copy link
Contributor

Thrameos commented Jun 9, 2019

Currently JPype classes print very unfriendly messages when used with interactive python environments. This is because the python shell will print the __repr__ result rather than the string. We can make life much more pleasant for users if we added this method to our classes.

@Thrameos Thrameos added the enhancement Improvement in capability planned for future release label Jun 9, 2019
@Thrameos
Copy link
Contributor Author

Mostly dealt with when objects were all ported back to CPython.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Improvement in capability planned for future release
Projects
None yet
Development

No branches or pull requests

1 participant