Closed Delgan closed 5 years ago
It may happen that calling repr() on arbitrary object raises an exception. In such case, the error should be caught and some default string should be displayed instead. This is actually what is already done in CPython.
repr()
It may happen that calling
repr()
on arbitrary object raises an exception. In such case, the error should be caught and some default string should be displayed instead. This is actually what is already done in CPython.