Warning
This documentation is for an old version of IPython. You can find docs for newer versions here.
Module: terminal.console.completer
¶
Adapt readline completer interface to make ZMQ request.
1 Class¶
-
class
IPython.terminal.console.completer.
ZMQCompleter
(shell, client, config=None)¶ Bases:
IPython.core.completer.IPCompleter
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)¶
-