MCPcopy 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
3The completer completes keywords, built-ins and globals in a selectable
4namespace (which defaults to __main__); when completing NAME.NAME..., it

Callers

nothing calls this directly

Calls 3

set_completerMethod · 0.80
CompleterClass · 0.70
registerMethod · 0.45

Tested by

no test coverage detected