Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ rlcompleter.py
File
rlcompleter.py
Lib/rlcompleter.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
""
"Word completion
for
GNU readline.
2
3
The completer completes keywords, built-ins and globals in a selectable
4
namespace (which defaults to __main__); when completing NAME.NAME..., it
Callers
nothing calls this directly
Calls
3
set_completer
Method · 0.80
Completer
Class · 0.70
register
Method · 0.45
Tested by
no test coverage detected