sbmlutils
sbmlutils copied to clipboard
Improve printing of objects
The print options are very limited and complicated. This makes it difficult to investigate bugs and corner cases.
- [ ] Use pydantic BaseModels for printing of complete information (
__repr__
). - [ ] Use lean printing for (
__str__
)