executorlib.standalone.hdf.load

Contents

executorlib.standalone.hdf.load#

executorlib.standalone.hdf.load(file_name: str) dict[source]#

Load data dictionary from HDF5 file

Parameters:

file_name (str) – file name of the HDF5 file as absolute path

Returns:

dictionary containing the python function to be executed {“fn”: …, “args”: (), “kwargs”: {}}

Return type:

dict