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

Method source

tests/debug/targets.py:196–198  ·  view source on GitHub ↗

DAP "source" JSON for this Target.

(self)

Source from the content-addressed store, hash-verified

194
195 @property
196 def source(self):
197 """DAP "source" JSON for this Target."""
198 return some.dap.source("<string>")
199
200
201all_named = [Program, Module]

Calls

no outgoing calls