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

Method send

tests/debug/comms.py:80–85  ·  view source on GitHub ↗
(self, value)

Source from the content-addressed store, hash-verified

78 return result
79
80 def send(self, value):
81 self.session.timeline.unfreeze()
82 self._established.wait()
83 t = self.session.timeline.mark(("sending", value))
84 self._stream.write_json(value)
85 return t
86
87 def close(self):
88 sock = self._socket

Callers 15

code_to_debugFunction · 0.45
code_to_debugFunction · 0.45
test_with_path_mappingsFunction · 0.45
code_to_debugFunction · 0.45
code_to_debugFunction · 0.45
code_to_debugFunction · 0.45
code_to_debugFunction · 0.45
code_to_debugFunction · 0.45
test_log_dir_envFunction · 0.45
code_to_debugFunction · 0.45
parentFunction · 0.45

Calls 4

unfreezeMethod · 0.80
markMethod · 0.80
waitMethod · 0.45
write_jsonMethod · 0.45

Tested by 15

code_to_debugFunction · 0.36
code_to_debugFunction · 0.36
test_with_path_mappingsFunction · 0.36
code_to_debugFunction · 0.36
code_to_debugFunction · 0.36
code_to_debugFunction · 0.36
code_to_debugFunction · 0.36
code_to_debugFunction · 0.36
test_log_dir_envFunction · 0.36
code_to_debugFunction · 0.36
parentFunction · 0.36