ID EN
Threading

__excepthook__

Python 3.11

Holds the original value of threading.excepthook(). It is saved so that the original value can be restored in case they happen to get replaced with broken or alternative objects.

Syntax

PYTHON
threading.__excepthook__

See Also

threading.excepthook()