Implement __repr__ properly in dictionary classes #54
Labels
Status/Obsolete
The issue is not relevant anymore or it has been addressed by another one
Type/DevChore
Repository maintainance, CI/CD or non user-facing refactorings
Currently the
__repr__
and__str__
are equal.__repr__
however should be a succint unambiguous representation of the object.We should discuss first what should be this representation.
The text was updated successfully, but these errors were encountered: