Add object.__str__ and object.__repr__
Before, the default behavior (falling back to __repr__ if __str__ doesn't exist, and giving a default representation if __repr__ doesn't exist) was provided by the repr() and str() functions.
Showing
test/tests/str_default.py
0 → 100644
Please register or sign in to comment