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 __str__ method to classes that can be initialized #3

Closed
vickumar1981 opened this issue Apr 2, 2020 · 4 comments
Closed

Add __str__ method to classes that can be initialized #3

vickumar1981 opened this issue Apr 2, 2020 · 4 comments
Assignees
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed

Comments

@vickumar1981
Copy link
Owner

Most of the classes already have an __repr__ for printing/debugging, but should move this to a __str__ method and have the repr function just call the str function.

@vickumar1981 vickumar1981 added enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed labels Apr 2, 2020
@BattiniSandeep
Copy link
Contributor

Hey, I'm new to this project and to open source. Would like to solve this issue. could you please assign this to me? Thanks

@vickumar1981
Copy link
Owner Author

@BattiniSandeep it's assigned to you now. thanks!

@BattiniSandeep
Copy link
Contributor

Raised pr. please have a look and let me know. Thanks

@vickumar1981
Copy link
Owner Author

Addressed by: #28

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants