IPython Documentation

Table Of Contents

Previous topic

Module: terminal.console.app

Next topic

Module: terminal.console.interactiveshell

This Page

Warning

This documentation is for an old version of IPython. You can find docs for newer versions here.

Module: terminal.console.completer

1 Class

class IPython.terminal.console.completer.ZMQCompleter(shell, client, config=None)

Bases: IPython.config.configurable.Configurable

Client-side completion machinery.

How it works: self.complete will be called multiple times, with state=0,1,2,... When state=0 it should compute ALL the completion matches, and then return them for each value of state.

__init__(shell, client, config=None)