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

Method run_in_terminal

tests/debugpy/test_args.py:71–74  ·  view source on GitHub ↗
(self, args, cwd, env)

Source from the content-addressed store, hash-verified

69
70 class Session(debug.Session):
71 def run_in_terminal(self, args, cwd, env):
72 captured_run_in_terminal_args.append(args[:]) # Capture a copy of the args
73 expand(args)
74 return super().run_in_terminal(args, cwd, env)
75
76 argslist = ["0", "$1", "2"]
77 args = argslist if expansion == "preserve" else " ".join(argslist)

Callers

nothing calls this directly

Calls 2

expandFunction · 0.85
appendMethod · 0.45

Tested by

no test coverage detected