This is a development version (latest) and may be unstable. Go to latest (9.13.0)
{ } Raw JSON

bundles / IPython latest / IPython / core / interactiveshell / InteractiveShell / init_completer

function

IPython.core.interactiveshell:InteractiveShell.init_completer

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

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