##// 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
MinRK
move IPython.zmq.parallel to IPython.parallel
r3666 from IPython.parallel.client import Client
Fernando Perez
Add little soma workflow example
r3608
client = Client()