vickumar1981 / pyeffects

Handle side-effects in Python like a boss. Implements functional types for Either, Option, Try, and Future.
Other
30 stars 6 forks source link

Add __str__ method to classes that can be initialized #3

Closed vickumar1981 closed 11 months ago

vickumar1981 commented 4 years ago

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.

BattiniSandeep commented 11 months ago

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 commented 11 months ago

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

BattiniSandeep commented 11 months ago

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

vickumar1981 commented 11 months ago

Addressed by: https://github.com/vickumar1981/pyeffects/pull/28