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