amazon-ion / ion-python

A Python implementation of Amazon Ion.
https://amazon-ion.github.io/ion-docs/
Apache License 2.0
260 stars 51 forks source link

__repr__s lack annotations #255

Open rmarrowstone opened 1 year ago

rmarrowstone commented 1 year ago

The repr for an object is expected to return an unambiguous representation that may be used to reconstruct an instance of the object.

Annotations are currently not part of the repr of any values and are therefore hidden when folks are debugging.