You are viewing an older version (9.12.0). Go to latest (9.13.0)
{ } Raw JSON

bundles / IPython 9.12.0 / IPython / core / interactiveshell / InteractiveShell / init_completer

function

IPython.core.interactiveshell:InteractiveShell.init_completer

source: /IPython/core/interactiveshell.py :2310

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