##// END OF EJS Templates
fix weird magic completion...
fix weird magic completion should fix #1243 handle magic as a special case, but the completer should be moved in it's own clase for 0.13

File last commit:

r4910:0dc49390
r5843:ccf02b9e
Show More
client.py
3 lines | 62 B | text/x-python | PythonLexer
from IPython.parallel.client import Client
client = Client()