MCPcopy Index your code
hub / github.com/python/cpython / wrap_frame

Function wrap_frame

Lib/idlelib/debugger_r.py:40–43  ·  view source on GitHub ↗
(frame)

Source from the content-addressed store, hash-verified

38tracebacktable = {}
39
40def wrap_frame(frame):
41 fid = id(frame)
42 frametable[fid] = frame
43 return fid
44
45def wrap_info(info):
46 "replace info[2], a traceback instance, by its ID"

Callers 2

interactionMethod · 0.85
get_stackMethod · 0.85

Calls 1

idFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…