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

AccumBounds needs recreatable str/srepr #13158

Closed
asmeurer opened this issue Aug 18, 2017 · 2 comments
Closed

AccumBounds needs recreatable str/srepr #13158

asmeurer opened this issue Aug 18, 2017 · 2 comments
Labels
calculus Easy to Fix This is a good issue for new contributors. Feel free to work on this if no one else has already. printing

Comments

@asmeurer
Copy link
Member

>>> str(AccumBounds(-1, 1))
'<-1, 1>'
>>> srepr(AccumBounds(-1, 1))
'<-1, 1>'

The str and srepr should be recreatable. The pretty printer should be the only thing that prints the pretty form.

@asmeurer asmeurer added calculus Easy to Fix This is a good issue for new contributors. Feel free to work on this if no one else has already. printing labels Aug 18, 2017
@asmeurer
Copy link
Member Author

This is probably just a matter of moving the current printer from the str printer to the pretty printer.

@techytoes
Copy link
Contributor

Hi @asmeurer . I would like to work on this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
calculus Easy to Fix This is a good issue for new contributors. Feel free to work on this if no one else has already. printing
Projects
None yet
Development

No branches or pull requests

2 participants