Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ipython/ipython
/ flush
Method
flush
IPython/utils/io.py:147–150 ·
view source on GitHub ↗
Flush both channels.
(self)
Source
from the content-addressed store, hash-verified
145
self.ostream.flush()
146
147
def
flush(self):
148
""
"Flush both channels."
""
149
self.file.flush()
150
self.ostream.flush()
151
152
def
__del__(self):
153
if
not self._closed:
Callers
12
close
Method · 0.95
gilsleep
Function · 0.45
xsys
Function · 0.45
write
Method · 0.45
temp_pyfile
Function · 0.45
raw_print
Function · 0.45
raw_print_err
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
Calls
no outgoing calls
Tested by
1
xsys
Function · 0.36