##// END OF EJS Templates
Make HasTraits pickleable...
Make HasTraits pickleable The main change is storing method names instead of functions in `trait_dyn_inits`. These functions were failing to pickle.

File last commit:

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