ID EN
Traceback

format_frame_summary

Python 3.11

Returns a string for printing one of the frames involved in the stack. This method is called for each FrameSummary object to be printed by StackSummary.format(). If it returns None, the frame is omitted from the output.

Syntax

PYTHON
format_frame_summary(frame_summary)

See Also

frames FrameSummary StackSummary.format()