Skip to content Skip to sidebar Skip to footer
Showing posts with the label Dill

`pickle`: Yet Another `importerror: No Module Named My_module`

I have a class MyClass defined in my_module. MyClass has a method pickle_myself which pickles the i… Read more `pickle`: Yet Another `importerror: No Module Named My_module`

Why Can't Dill/pickle Class Definition?

dill is a great tool for pickling most the Python objects, I use it in IPython parallel to serializ… Read more Why Can't Dill/pickle Class Definition?