We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fc47b7 commit 5702393Copy full SHA for 5702393
bpython/cli.py
@@ -136,6 +136,10 @@ def isatty(self):
136
# some third party (amongst them mercurial) depend on this
137
return True
138
139
+ def flush(self):
140
+ self.interface.flush()
141
+
142
143
class FakeStdin(object):
144
"""Provide a fake stdin type for things like raw_input() etc."""
145
@@ -1403,7 +1407,7 @@ def suspend(self):
1403
1407
os.kill(os.getpid(), signal.SIGSTOP)
1404
1408
1405
1409
def tab(self, back=False):
1406
- """Process the tab key being hit.
1410
+ """Process the tab key being hit.
1411
1412
If there's only whitespace
1413
in the line or the line is blank then process a normal tab,
0 commit comments