Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
_handle
Method · 0.95
run_handlers
Method · 0.45
describe
Method · 0.45
_run_handlers
Method · 0.45
_propagate_deferred_events
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected