AllenNeuralDynamics / AllenNeuralDynamics/aind-slims-api
Make SlimsBaseModel objects print nicely
Open
- Dominant language
- Python
- Stars
- 0
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
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.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.