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

Function __create_frame

_pydevd_bundle/pydevd_comm.py:1203–1204  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1201 # Lazily create a frame to be used for evaluation with no frame id.
1202
1203 def __create_frame():
1204 yield sys._getframe()
1205
1206 _global_frame = next(__create_frame())
1207

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected