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

Method describe

src/debugpy/common/messaging.py:666–667  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

664 """
665
666 def describe(self):
667 return f"#{self.seq} request {json.repr(self.command)} from {self.channel}"
668
669 @property
670 def payload(self):

Callers 1

_handleMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected