We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f4588f commit b69ba3dCopy full SHA for b69ba3d
Doc/library/functions.rst
@@ -1509,6 +1509,8 @@ are always available. They are listed here in alphabetical order.
1509
of the type of the object together with additional information often
1510
including the name and address of the object. A class can control what this
1511
function returns for its instances by defining a :meth:`__repr__` method.
1512
+ If :func:`sys.displayhook` is not accessible, this function will raise
1513
+ :exc:`RuntimeError`.
1514
1515
1516
.. function:: reversed(seq)
0 commit comments