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 all type objects #54

Closed
GitBolt opened this issue Jan 25, 2024 · 5 comments · Fixed by #72
Closed

Add: Repr to all type objects #54

GitBolt opened this issue Jan 25, 2024 · 5 comments · Fixed by #72
Assignees
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@GitBolt
Copy link
Collaborator

GitBolt commented Jan 25, 2024

Right now, most of the objects do not have a repr method, and hence when they are printed, the object is printed without any meaningful info.

I have added repr to some classes in this section of this commit: 163e233#diff-1eb89ae756d42de1fd915f6f4ad348bc01edf78519a3e788c7aae9b723c86ff2

All other classes need to have a similar method as well.

@GitBolt GitBolt added enhancement New feature or request help wanted Extra attention is needed labels Jan 25, 2024
@nithinexe
Copy link

Is someone working on this?

@GitBolt
Copy link
Collaborator Author

GitBolt commented Apr 8, 2024

Nope! If you want, feel free to take it up @nithinexe!

@nithinexe
Copy link

Cool, would you assign? or i can start working.

@A91y
Copy link
Contributor

A91y commented May 25, 2024

Hi @GitBolt, I would like to contribute to this issue.

@GitBolt
Copy link
Collaborator Author

GitBolt commented May 26, 2024

Assigned to you as well! @A91y

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

Successfully merging a pull request may close this issue.

3 participants