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

Method captured_stderr

tests/debug/session.py:1000–1002  ·  view source on GitHub ↗
(self, encoding=None)

Source from the content-addressed store, hash-verified

998 return self.captured_output.stdout(encoding)
999
1000 def captured_stderr(self, encoding=None):
1001 assert self.debuggee is not None
1002 return self.captured_output.stderr(encoding)
1003
1004 def disconnect(self, force=False):
1005 if self.channel is None:

Callers 1

test_with_no_outputFunction · 0.80

Calls 1

stderrMethod · 0.80

Tested by 1

test_with_no_outputFunction · 0.64