(self, string: str)
| 399 | reader.paste_mode = False |
| 400 | |
| 401 | def parse_and_bind(self, string: str) -> None: |
| 402 | pass # XXX we don't support parsing GNU-readline-style init files |
| 403 | |
| 404 | def set_completer(self, function: Completer | None = None) -> None: |
| 405 | self.config.readline_completer = function |
no outgoing calls
no test coverage detected