data_base
❭ IO
❭ LoaderDumper
❭ to_cloudpickle
❭ check
check
-
data_base.IO.LoaderDumper.to_cloudpickle.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