MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / rlcompleter.py

File rlcompleter.py

tools/python-3.11.9-amd64/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 2

CompleterClass · 0.85
registerMethod · 0.45

Tested by

no test coverage detected