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

Method get_completer_delims

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

Source from the content-addressed store, hash-verified

411 self.config.completer_delims = frozenset(delimiters)
412
413 def get_completer_delims(self) -> str:
414 return "".join(sorted(self.config.completer_delims))
415
416 def _histline(self, line: str) -> str:
417 line = line.rstrip("\n")

Callers 3

_get_idxsMethod · 0.95
completer_delimsMethod · 0.80
__init__Method · 0.80

Calls 1

joinMethod · 0.45

Tested by 1

completer_delimsMethod · 0.64