(self, val, word)
| 60 | return word |
| 61 | |
| 62 | def _callable_attr_postfix(self, val, word): |
| 63 | return rlcompleter.Completer._callable_postfix(self, val, word) |
| 64 | |
| 65 | def global_matches(self, text): |
| 66 | names = rlcompleter.Completer.global_matches(self, text) |
no test coverage detected