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

Method run

tests/debugpy/test_evaluate.py:644–651  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

642 self._queue = queue
643
644 def run(self):
645 while True:
646 obj = self._queue.get()
647 if obj == "finish":
648 break
649
650 print("processed", obj.value)
651 obj.event.set()
652
653 class NotificationObject(object):
654 def __init__(self, value):

Callers

nothing calls this directly

Calls 1

getMethod · 0.45

Tested by

no test coverage detected