MCPcopy Create free account
hub / github.com/fabioz/PyDev.Debugger / iter_frames

Function iter_frames

_pydevd_bundle/pydevd_vars.py:33–37  ·  view source on GitHub ↗
(frame)

Source from the content-addressed store, hash-verified

31
32
33def iter_frames(frame):
34 while frame is not None:
35 yield frame
36 frame = frame.f_back
37 frame = None
38
39
40def dump_frames(thread_id):

Callers 1

dump_framesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected