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

Method cli

tests/debug/targets.py:160–163  ·  view source on GitHub ↗
(self, env)

Source from the content-addressed store, hash-verified

158 session.config["args"] = self.args
159
160 def cli(self, env):
161 if self.filename is not None:
162 env.prepend_to("PYTHONPATH", self.filename.dirname)
163 return ["-m", self.name] + self.argslist
164
165
166class Code(Target):

Callers

nothing calls this directly

Calls 1

prepend_toMethod · 0.45

Tested by

no test coverage detected