MCPcopy Index your code
hub / github.com/python/cpython / get_completer

Method get_completer

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

Source from the content-addressed store, hash-verified

405 self.config.readline_completer = function
406
407 def get_completer(self) -> Completer | None:
408 return self.config.readline_completer
409
410 def set_completer_delims(self, delimiters: Collection[str]) -> None:
411 self.config.completer_delims = frozenset(delimiters)

Callers 5

cmdloopMethod · 0.80
rlcompleterMethod · 0.80
_enable_rlcompleterMethod · 0.80
readline_completionMethod · 0.80
completerFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected