Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/fabioz/PyDev.Debugger
/ notify_disconnect
Method
notify_disconnect
_pydevd_bundle/pydevd_api.py:121–122 ·
view source on GitHub ↗
(self, py_db)
Source
from the content-addressed store, hash-verified
119
py_db.on_configuration_done()
120
121
def
notify_disconnect(self, py_db):
122
py_db.on_disconnect()
123
124
def
set_protocol(self, py_db, seq, protocol):
125
set_protocol(protocol.strip())
Callers
1
request_disconnect
Method · 0.95
Calls
1
on_disconnect
Method · 0.80
Tested by
no test coverage detected