data_baseIOLoaderDumperto_cloudpickle

to_cloudpickle

Read and write an object to the cloudpickle format.

This is the default dumper for DataBase objects, since they can save basically any Python object.

Classes

Loader

Loader for cloudpickle objects

Functions

check(obj)

Check whether the object can be saved with this dumper

dump(obj, savedir)

Save the object in the specified directory