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

Method captured_stdout

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

Source from the content-addressed store, hash-verified

994 self.timeline.wait_until_realized(timeline.Event("terminated"))
995
996 def captured_stdout(self, encoding=None):
997 assert self.debuggee is not None
998 return self.captured_output.stdout(encoding)
999
1000 def captured_stderr(self, encoding=None):
1001 assert self.debuggee is not None

Callers 2

test_with_no_outputFunction · 0.80
test_log_pointFunction · 0.80

Calls 1

stdoutMethod · 0.80

Tested by 2

test_with_no_outputFunction · 0.64
test_log_pointFunction · 0.64