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.
2 parents 81e3388 + 5702393 commit 39bbbd6Copy full SHA for 39bbbd6
bpython/cli.py
@@ -150,6 +150,10 @@ def isatty(self):
150
# some third party (amongst them mercurial) depend on this
151
return True
152
153
+ def flush(self):
154
+ self.interface.flush()
155
+
156
157
class FakeStdin(object):
158
"""Provide a fake stdin type for things like raw_input() etc."""
159
@@ -1420,7 +1424,7 @@ def suspend(self):
1420
1424
os.kill(os.getpid(), signal.SIGSTOP)
1421
1425
1422
1426
def tab(self, back=False):
1423
- """Process the tab key being hit.
1427
+ """Process the tab key being hit.
1428
1429
If there's only whitespace
1430
in the line or the line is blank then process a normal tab,
0 commit comments