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

Method close

IPython/utils/io.py:83–84  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

81 return self.stream.closed
82
83 def close(self):
84 pass
85
86# setup stdin/stdout/stderr to sys.stdin/sys.stdout/sys.stderr
87devnull = open(os.devnull, 'w')

Callers 1

test_IOStream_initMethod · 0.95

Calls

no outgoing calls

Tested by 1

test_IOStream_initMethod · 0.76