ID EN
Traceback

from_list

Python 3.11

Construct a StackSummary object from a supplied list of FrameSummary objects or old-style list of tuples. Each tuple should be a 4-tuple with filename, lineno, name, line as the elements.

Syntax

PYTHON
classmethod from_list(a_list)

See Also

FrameSummary