data_baseIOLoaderDumperto_pickle

to_pickle

Read and write objects to the pickle format.

See also

to_cloudpickle for saving to the cloudpickle format.

Classes

Loader

Loader for pickle objects

Functions

check(obj)

Check whether the object can be saved with this dumper

dump(obj, savedir)

Save the object in the specified directory