MCPcopy Index your code
hub / github.com/python/cpython / flush

Method flush

Lib/idlelib/outwin.py:123–125  ·  view source on GitHub ↗

No flushing needed as write() directly writes to widget.

(self)

Source from the content-addressed store, hash-verified

121 self.write(line)
122
123 def flush(self):
124 "No flushing needed as write() directly writes to widget."
125 pass
126
127 def showerror(self, *args, **kwargs):
128 messagebox.showerror(*args, **kwargs)

Callers 1

writefileMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected