ID EN
Traceback

clear_frames

Python 3.11

Clears the local variables of all the stack frames in a traceback tb by calling the clear() method of each frame object.

Syntax

PYTHON
traceback.clear_frames(tb)

See Also

traceback clear() frame object