bundles / IPython 9.11.0 / IPython / core / interactiveshell / InteractiveShell / init_completer
function
IPython.core.interactiveshell:InteractiveShell.init_completer
Signature
def init_completer ( self ) Summary
Initialize the completion machinery.
Extended Summary
This creates completion machinery that can be used by client code, either interactively in-process (typically triggered by the readline library), programmatically (such as in test suites) or out-of-process (typically over the network by remote frontends).
Aliases
-
IPython.InteractiveShell.init_completer