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

Method stream

IPython/testing/globalipapp.py:41–42  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

39
40 @property
41 def stream(self):
42 return getattr(sys, self.name)
43
44 def flush(self):
45 self.stream.flush()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected