##// END OF EJS Templates
ZMQCompleter inherits from IPCompleter...
MinRK -
Show More
@@ -8,9 +8,10 b' except ImportError:'
8 from Queue import Empty # Py 2
8 from Queue import Empty # Py 2
9
9
10 from IPython.config import Configurable
10 from IPython.config import Configurable
11 from IPython.core.completer import IPCompleter
11 from IPython.utils.traitlets import Float
12 from IPython.utils.traitlets import Float
12
13
13 class ZMQCompleter(Configurable):
14 class ZMQCompleter(IPCompleter):
14 """Client-side completion machinery.
15 """Client-side completion machinery.
15
16
16 How it works: self.complete will be called multiple times, with
17 How it works: self.complete will be called multiple times, with
General Comments 0
You need to be logged in to leave comments. Login now