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

Make SlimsBaseModel objects print nicely #42

Open
patricklatimer opened this issue Oct 3, 2024 · 0 comments
Open

Make SlimsBaseModel objects print nicely #42

patricklatimer opened this issue Oct 3, 2024 · 0 comments

Comments

@patricklatimer
Copy link
Collaborator

Currently if you print an object derived from SlimsBaseModel, it includes the full json_entity, which makes it unreadable. Probably the easiest thing would be to rename the json_entity attribute to _json_entity so pydantic doesn't include it as a Field.

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