Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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_idxs
Method · 0.95
completer_delims
Method · 0.80
__init__
Method · 0.80
Calls
1
join
Method · 0.45
Tested by
1
completer_delims
Method · 0.64