MCPcopy Index your code
hub / github.com/RustPython/RustPython / enablerlcompleter

Function enablerlcompleter

Lib/site.py:488–492  ·  view source on GitHub ↗

Enable default readline configuration on interactive prompts, by registering a sys.__interactivehook__.

()

Source from the content-addressed store, hash-verified

486
487
488def enablerlcompleter():
489 """Enable default readline configuration on interactive prompts, by
490 registering a sys.__interactivehook__.
491 """
492 sys.__interactivehook__ = register_readline
493
494
495def register_readline():

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected