Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/microsoft/debugpy
/ process
Method
process
tests/debugpy/test_evaluate.py:662–665 ·
view source on GitHub ↗
(self, i)
Source
from the content-addressed store, hash-verified
660
self._queue = queue
661
662
def
process(self, i):
663
obj = NotificationObject(i)
664
self._queue.put(obj)
665
assert obj.event.wait()
666
667
def
finish(self):
668
self._queue.put(
"finish"
)
Callers
1
code_to_debug
Function · 0.95
Calls
3
put
Method · 0.80
NotificationObject
Class · 0.70
wait
Method · 0.45
Tested by
no test coverage detected