data_base
❭ IO
❭ LoaderDumper
❭ numpy_to_npz
❭ check
check
-
data_base.IO.LoaderDumper.numpy_to_npz.check(obj)
Check whether the object can be saved with this dumper
- Parameters:
obj (object) – Object to be saved
- Returns:
Whether the object is a numpy object.
- Return type:
bool