Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
87
devnull = open(os.devnull,
'w'
)
Callers
1
test_IOStream_init
Method · 0.95
Calls
no outgoing calls
Tested by
1
test_IOStream_init
Method · 0.76