classmethod from_list(a_list)
Construct a StackSummary
object from a supplied old-style list of tuples. Each tuple should be a 4-tuple with filename, lineno, name, line as the elements.
classmethod from_list(a_list)
Construct a StackSummary
object from a supplied old-style list of tuples. Each tuple should be a 4-tuple with filename, lineno, name, line as the elements.
Please login to continue.