Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/microsoft/debugpy
/ source
Method
source
tests/debug/targets.py:67–69 ·
view source on GitHub ↗
DAP "source" JSON for this Target.
(self)
Source
from the content-addressed store, hash-verified
65
66
@property
67
def
source(self):
68
""
"DAP "
source
" JSON for this Target."
""
69
return
some.dap.source(py.path.local(self.co_filename))
70
71
@property
72
def
lines(self):
Callers
nothing calls this directly
Calls
1
source
Method · 0.45
Tested by
no test coverage detected