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

Method __exit__

tests/debug/session.py:776–779  ·  view source on GitHub ↗
(self, exc_type, exc_val, exc_tb)

Source from the content-addressed store, hash-verified

774 return self
775
776 def __exit__(self, exc_type, exc_val, exc_tb):
777 self.session.request("configurationDone")
778 self.session.start_request.wait_for_response()
779 self.session.wait_for_process()
780
781 def __del__(self):
782 assert self._entered, (

Callers

nothing calls this directly

Calls 3

wait_for_processMethod · 0.80
requestMethod · 0.45
wait_for_responseMethod · 0.45

Tested by

no test coverage detected