##// END OF EJS Templates
Merge pull request #5759 from minrk/travis-3.4...
Merge pull request #5759 from minrk/travis-3.4 test with Python 3.4 on Travis

File last commit:

r16473:f237f2f2
r16553:51fb84bb merge
Show More
cloudpickle.rst
5 lines | 275 B | text/x-rst | RstLexer
  • Adds a use_cloudpickle method to DirectView objects, which works like view.use_dill(), but causes the cloudpickle module from PiCloud's cloud library to be used rather than dill or the builtin pickle module.