Show More
@@ -0,0 +1,7 b'' | |||
|
1 | Using dill to expand serialization support | |
|
2 | ------------------------------------------ | |
|
3 | ||
|
4 | adds :func:`~IPython.utils.pickleutil.use_dill` for allowing | |
|
5 | dill to extend serialization support in :mod:`IPython.parallel` (closures, etc.). | |
|
6 | Also adds :meth:`DirectView.use_dill` convenience method for enabling dill | |
|
7 | locally and on all engines with one call. |
General Comments 0
You need to be logged in to leave comments.
Login now