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

Method __init__

src/debugpy/common/messaging.py:759–761  ·  view source on GitHub ↗
(self, channel, seq, command, arguments)

Source from the content-addressed store, hash-verified

757 _parse = _handle = None
758
759 def __init__(self, channel, seq, command, arguments):
760 super().__init__(channel, seq, command, arguments)
761 self._response_handlers = []
762
763 def describe(self):
764 return f"{self.seq} request {json.repr(self.command)} to {self.channel}"

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected