MCPcopy Create free account
hub / github.com/ipython/ipython / stdout

Method stdout

IPython/utils/capture.py:86–90  ·  view source on GitHub ↗

Captured standard output

(self)

Source from the content-addressed store, hash-verified

84
85 @property
86 def stdout(self):
87 "Captured standard output"
88 if not self._stdout:
89 return ''
90 return self._stdout.getvalue()
91
92 @property
93 def stderr(self):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected