8000
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 bcc4cb0 commit 48d57b4Copy full SHA for 48d57b4
Doc/library/functions.rst
@@ -1513,6 +1513,8 @@ are always available. They are listed here in alphabetical order.
1513
of the type of the object together with additional information often
1514
including the name and address of the object. A class can control what this
1515
function returns for its instances by defining a :meth:`__repr__` method.
1516
+ If :func:`sys.displayhook` is not accessible, this function will raise
1517
+ :exc:`RuntimeError`.
1518
1519
1520
.. function:: reversed(seq)
0 commit comments