data_baseIOLoaderDumperto_picklecheck

check

data_base.IO.LoaderDumper.to_pickle.check(obj)

Check whether the object can be saved with this dumper

Parameters:

obj (object) – Object to be saved

Returns:

Whether the object can be saved with pickle (always True).

Return type:

bool