MCPcopy Index your code
hub / github.com/RustPython/RustPython / get_completer

Method get_completer

Lib/_pyrepl/readline.py:400–401  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

398 self.config.readline_completer = function
399
400 def get_completer(self) -> Completer | None:
401 return self.config.readline_completer
402
403 def set_completer_delims(self, delimiters: Collection[str]) -> None:
404 self.config.completer_delims = frozenset(delimiters)

Callers 1

cmdloopMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected