MCPcopy 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

closeMethod · 0.95
gilsleepFunction · 0.45
xsysFunction · 0.45
writeMethod · 0.45
temp_pyfileFunction · 0.45
raw_printFunction · 0.45
raw_print_errFunction · 0.45
process_handlerFunction · 0.45
systemMethod · 0.45
showMethod · 0.45
_stdout_rawMethod · 0.45
_stderr_rawMethod · 0.45

Calls

no outgoing calls

Tested by 1

xsysFunction · 0.36