MCPcopy Create free account
hub / github.com/microsoft/debugpy / wait_for_timeout

Method wait_for_timeout

src/debugpy/adapter/sessions.py:115–118  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

113 """
114
115 def wait_for_timeout():
116 time.sleep(timeout)
117 wait_for_timeout.timed_out = True
118 self.notify_changed()
119
120 wait_for_timeout.timed_out = False
121 if timeout is not None:

Callers

nothing calls this directly

Calls 1

notify_changedMethod · 0.95

Tested by

no test coverage detected