Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/microsoft/debugpy
/ describe
Method
describe
src/debugpy/common/messaging.py:889–890 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
887
""
"
888
889
def
describe(self):
890
return
f
"#{self.seq} response to {self.request.describe()}"
891
892
@property
893
def
payload(self):
Callers
nothing calls this directly
Calls
1
describe
Method · 0.45
Tested by
no test coverage detected