Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/microsoft/debugpy
/ finish
Method
finish
tests/debugpy/test_evaluate.py:667–668 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
665
assert obj.event.wait()
666
667
def
finish(self):
668
self._queue.put(
"finish"
)
669
670
if
__name__ ==
"__main__"
:
671
q = queue.Queue()
Callers
1
code_to_debug
Function · 0.95
Calls
1
put
Method · 0.80
Tested by
no test coverage detected