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

Function remove_custom_frame

_pydevd_bundle/pydevd_custom_frames.py:109–114  ·  view source on GitHub ↗
(frame_custom_thread_id)

Source from the content-addressed store, hash-verified

107
108
109def remove_custom_frame(frame_custom_thread_id):
110 with CustomFramesContainer.custom_frames_lock:
111 if DEBUG:
112 sys.stderr.write("remove_custom_frame: %s\n" % frame_custom_thread_id)
113 CustomFramesContainer.custom_frames.pop(frame_custom_thread_id, None)
114 CustomFramesContainer._py_db_command_thread_event.set()

Callers 2

greenlet_eventsFunction · 0.90
_schedule_callbackFunction · 0.90

Calls 2

popMethod · 0.80
writeMethod · 0.45

Tested by

no test coverage detected