data_base ❭ isf_data_base ❭ IO ❭ LoaderDumper ❭ shared_numpy_store ❭ check
check¶
Check whether the object can be saved with this dumper.
obj (object) – Object to be saved.
Whether the object is None. This dumper requires no object to be saved.
bool