executorlib.standalone.hdf.dump#
- executorlib.standalone.hdf.dump(file_name: str | None, data_dict: dict) None[source]#
Dump data dictionary into HDF5 file
- Parameters:
file_name (str) – file name of the HDF5 file as absolute path
data_dict (dict) – dictionary containing the python function to be executed {“fn”: …, “args”: (), “kwargs”: {}}