ID EN
Sys

get_coroutine_origin_tracking_depth

Python 3.11

Get the current coroutine origin tracking depth, as set by set_coroutine_origin_tracking_depth().

Syntax

PYTHON
sys.get_coroutine_origin_tracking_depth()

See Also

set_coroutine_origin_tracking_depth()