Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 275 Bytes

cloudpickle.rst

File metadata and controls

5 lines (4 loc) · 275 Bytes
  • 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.