vocalpy / crowsetta

A tool to work with any format for annotating vocalizations
https://crowsetta.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
49 stars 3 forks source link

CLN: Add `__str__` method + fix `__repr__` method of `Sequence` #214

Open NickleDave opened 1 year ago

NickleDave commented 1 year ago

The Sequence.__repr__ currently prints a human-readable summary of an instance as a "Sequence with $n$ segments".

This is what a __str__ representation should do, but there isn't one currently.