We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7604456 commit 315807dCopy full SHA for 315807d
Doc/library/functions.rst
@@ -1515,6 +1515,8 @@ are always available. They are listed here in alphabetical order.
1515
of the type of the object together with additional information often
1516
including the name and address of the object. A class can control what this
1517
function returns for its instances by defining a :meth:`__repr__` method.
1518
+ If :func:`sys.displayhook` is not accessible, this function will raise
1519
+ :exc:`RuntimeError`.
1520
1521
1522
.. function:: reversed(seq)
0 commit comments