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

Method describe

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

Source from the content-addressed store, hash-verified

561 self.body = body
562
563 def describe(self):
564 return f"#{self.seq} event {json.repr(self.event)} from {self.channel}"
565
566 @property
567 def payload(self):

Callers 5

_handleMethod · 0.95
run_handlersMethod · 0.45
describeMethod · 0.45
_run_handlersMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected