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

Class NotificationObject

tests/debugpy/test_evaluate.py:653–656  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

651 obj.event.set()
652
653 class NotificationObject(object):
654 def __init__(self, value):
655 self.value = value
656 self.event = threading.Event()
657
658 class Processor(object):
659 def __init__(self, queue):

Callers 1

processMethod · 0.70

Calls

no outgoing calls

Tested by 1

processMethod · 0.56

Used in the wild real call sites across dependent graphs

searching dependent graphs…