Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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_idxs
Method · 0.95
Calls
2
sorted
Function · 0.85
join
Method · 0.45
Tested by
no test coverage detected