ID EN
Traceback

walk_tb

Python 3.11

Walk a traceback following tb_next yielding the frame and line number for each frame. This helper is used with StackSummary.extract().

Syntax

PYTHON
traceback.walk_tb(tb)

See Also

tb_next StackSummary.extract()