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

Method __init__

IPython/utils/capture.py:130–134  ·  view source on GitHub ↗
(self, stdout=True, stderr=True, display=True)

Source from the content-addressed store, hash-verified

128 display = True
129
130 def __init__(self, stdout=True, stderr=True, display=True):
131 self.stdout = stdout
132 self.stderr = stderr
133 self.display = display
134 self.shell = None
135
136 def __enter__(self):
137 from IPython.core.getipython import get_ipython

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected