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

Method get_completer_delims

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

Source from the content-addressed store, hash-verified

404 self.config.completer_delims = frozenset(delimiters)
405
406 def get_completer_delims(self) -> str:
407 return "".join(sorted(self.config.completer_delims))
408
409 def _histline(self, line: str) -> str:
410 line = line.rstrip("\n")

Callers 1

_get_idxsMethod · 0.95

Calls 2

sortedFunction · 0.85
joinMethod · 0.45

Tested by

no test coverage detected