h5rdmtoolbox.database.FileDB#
- class h5rdmtoolbox.database.FileDB(filename)[source]#
A database interface for a single HDF5 file
Methods
__init__(filename)find(file_or_filename, *args, **kwargs)Please refer to the docstring of the find method of the ObjDB class
find_one(filename, *args, **kwargs)Please refer to the docstring of the find_one method of the ObjDB class
rdf_find(file_or_filename, *args, **kwargs)Please refer to the docstring of the find method of the ObjDB class