traceback.clear_frames(tb)
Clears the local variables of all the stack frames in a traceback tb by calling the clear()
method of each frame object.
New in version 3.4.
traceback.clear_frames(tb)
Clears the local variables of all the stack frames in a traceback tb by calling the clear()
method of each frame object.
New in version 3.4.
Designed by : w10schools
service@w10schools.com
Please login to continue.