Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/microsoft/debugpy
/ disconnect
Method
disconnect
src/debugpy/adapter/components.py:106–109 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
104
return
lock_and_handle
105
106
def
disconnect(self):
107
with
self.session:
108
self.is_connected = False
109
self.session.finalize(
"{0} has disconnected"
.format(self))
110
111
112
def
missing(session, type):
Callers
nothing calls this directly
Calls
1
finalize
Method · 0.45
Tested by
no test coverage detected