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 99dcc9d commit 9ec89dbCopy full SHA for 9ec89db
bpython/curtsiesfrontend/repl.py
@@ -1029,7 +1029,7 @@ def update_completion(self, tab=False):
1029
# or disappear; whenever current line or cursor offset changes,
1030
# unless this happened via selecting a match
1031
self.current_match = None
1032
- self.list_win_visible = BpythonRepl.complete(self, tab)
+ self.list_win_visible = self.complete(tab)
1033
1034
def predicted_indent(self, line):
1035
# TODO get rid of this! It's repeated code! Combine with Repl.
0 commit comments