data_baseisf_data_baseIOLoaderDumpershared_numpy_storedump

dump

data_base.isf_data_base.IO.LoaderDumper.shared_numpy_store.dump(obj, savedir)

Dump the shared numpy store in the specified directory.

Parameters:
  • 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 and npz for directly saving numpy arrays to disk (non-shared memory).