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

Implement __repr__ for all classes #24

Closed
einbandi opened this issue Jul 20, 2022 · 0 comments
Closed

Implement __repr__ for all classes #24

einbandi opened this issue Jul 20, 2022 · 0 comments

Comments

@einbandi
Copy link
Collaborator

einbandi commented Jul 20, 2022

Implement __repr__ for all classes and __str__ where applicable.

Relevant SE post.

For RelationData subclasses, __repr__ should probably just wrap around the data's representation. Losses and transforms could use the constructor-like syntax mentioned in the post above.

@einbandi einbandi changed the title Implement __repr__ ( and __str__, where applicable) for all classes Implement __repr__ for all classes Jul 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant