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

Method __init__

IPython/utils/capture.py:75–80  ·  view source on GitHub ↗
(self, stdout, stderr, outputs=None)

Source from the content-addressed store, hash-verified

73 """
74
75 def __init__(self, stdout, stderr, outputs=None):
76 self._stdout = stdout
77 self._stderr = stderr
78 if outputs is None:
79 outputs = []
80 self._outputs = outputs
81
82 def __str__(self):
83 return self.stdout

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected