##// END OF EJS Templates
Backport PR #6029: add pickleutil.PICKLE_PROTOCOL...
Backport PR #6029: add pickleutil.PICKLE_PROTOCOL instead of hardcoding `-1`. default to DEFAULT_PROTOCOL if defined (Python 3.4), and HIGHEST_PROTOCOL otherwise. ...

File last commit:

r16120:24b93a1d
r17152:3d6cc29a
Show More
client.py
3 lines | 62 B | text/x-python | PythonLexer
from IPython.parallel.client import Client
client = Client()