Skip to content

Commit 206b0c5

Browse files
committed
Remove unused method
Signed-off-by: Sebastian Ramacher <sebastian+dev@ramacher.at>
1 parent 674c3bf commit 206b0c5

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

bpython/autocomplete.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -136,9 +136,6 @@ def shown_before_tab(self):
136136
once that has happened."""
137137
return self._shown_before_tab
138138

139-
def method_match(self, word, size, text):
140-
return word[:size] == text
141-
142139

143140
class CumulativeCompleter(BaseCompletionType):
144141
"""Returns combined matches from several completers"""

0 commit comments

Comments
 (0)