MCPcopy 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
78except AttributeError:
79

Callers 4

_locked_settraceFunction · 0.90
_internal_set_traceFunction · 0.90
dump_framesFunction · 0.90
find_frameMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected