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

Method _process_disconnect

tests/debug/session.py:693–694  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

691 pass
692
693 def _process_disconnect(self):
694 self.timeline.mark("disconnect", block=False)
695
696 def _start_channel(self, stream):
697 handlers = messaging.MessageHandlers(

Callers

nothing calls this directly

Calls 1

markMethod · 0.80

Tested by

no test coverage detected