Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/fabioz/PyDev.Debugger
/ get_frame
Function
get_frame
_pydevd_bundle/pydevd_constants.py:72–76 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
70
if
IS_IRONPYTHON:
71
72
def
get_frame():
73
try
:
74
return
sys._getframe()
75
except
ValueError:
76
pass
77
78
except
AttributeError:
79
Callers
4
_locked_settrace
Function · 0.90
_internal_set_trace
Function · 0.90
dump_frames
Function · 0.90
find_frame
Method · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected