Home
/
Python 3.11
/
Threading
/
gettrace
Python 3.0
Python 3.11
Functions
ID
EN
…
Threading
gettrace
Python 3.11
Get the trace function as set by settrace().
Syntax
PYTHON
Copy
threading.gettrace()
See Also
settrace()