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

Method stderr

IPython/utils/capture.py:93–97  ·  view source on GitHub ↗

Captured standard error

(self)

Source from the content-addressed store, hash-verified

91
92 @property
93 def stderr(self):
94 "Captured standard error"
95 if not self._stderr:
96 return ''
97 return self._stderr.getvalue()
98
99 @property
100 def outputs(self):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected