ion-python icon indicating copy to clipboard operation
ion-python copied to clipboard

__repr__s lack annotations

Open rmarrowstone opened this issue 1 year ago • 0 comments

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.

rmarrowstone avatar Apr 04 '23 16:04 rmarrowstone