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

Method register

src/debugpy/adapter/sessions.py:78–81  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

76 self.lock.release()
77
78 def register(self):
79 with _lock:
80 _sessions.add(self)
81 _sessions_changed.set()
82
83 def notify_changed(self):
84 with self:

Calls 1

addMethod · 0.45

Tested by

no test coverage detected