mirror of
https://github.com/python/cpython.git
synced 2025-08-02 16:13:13 +00:00
Added flush(), for completeness.
This commit is contained in:
parent
eeb88076e7
commit
3d0ff00c08
1 changed files with 3 additions and 0 deletions
|
@ -41,6 +41,9 @@ class OutputWindow(EditorWindow):
|
|||
def writelines(self, l):
|
||||
map(self.write, l)
|
||||
|
||||
def flush(self):
|
||||
pass
|
||||
|
||||
# Our own right-button menu
|
||||
|
||||
rmenu_specs = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue