data_base
❭ isf_data_base
❭ IO
❭ LoaderDumper
❭ shared_numpy_store
❭ dump
dump¶
Dump the shared numpy store in the specified directory.
obj (None, optional) – No object is required. If an object is passed, it is ignored.
savedir (str) – Directory where the shared numpy store should be stored.
Note
This method does not require the numpy arrays themselves. Rather, it saves a
SharedNumpyStore
object, which can further be used to save and load numpy arrays to and from shared memory.See also
npy
andnpz
for directly saving numpy arrays to disk (non-shared memory).