Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/ipython/ipython
/ flush
Method
flush
IPython/utils/io.py:72–75 ·
view source on GitHub ↗
Flush both channels.
(self)
Source
from the content-addressed store, hash-verified
70
self.ostream.flush()
71
72
def
flush(self):
73
""
"Flush both channels."
""
74
self.file.flush()
75
self.ostream.flush()
76
77
def
__del__(self):
78
if
not self._closed:
Callers
12
close
Method · 0.95
write
Method · 0.45
temp_pyfile
Function · 0.45
process_handler
Function · 0.45
system
Method · 0.45
show
Method · 0.45
_stdout_raw
Method · 0.45
_stderr_raw
Method · 0.45
set_input_mode
Function · 0.45
__exit__
Method · 0.45
__exit__
Method · 0.45
xsys
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected