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

Function send

tests/DEBUGGEE_PYTHONPATH/debuggee/backchannel.py:19–20  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

17
18
19def send(value):
20 _stream.write_json(value)
21
22
23def receive():

Callers

nothing calls this directly

Calls 1

write_jsonMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…