MCPcopy Index your code
hub / github.com/python/cpython / enablerlcompleter

Function enablerlcompleter

Lib/site.py:485–489  ·  view source on GitHub ↗

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

()

Source from the content-addressed store, hash-verified

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

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…