Description
You'll almost always just want to customize one of Python's two string representations (repr, the programmer readable-one). The human-readable representation (str) delegates to repr by default.
You'll almost always just want to customize one of Python's two string representations (repr, the programmer readable-one). The human-readable representation (str) delegates to repr by default.