print_hdf5# print_hdf5(f, flat=False)[source]# Given an hdf5 file handle, prints to console in a human readable manner Parameters: f (file handle) – The hdf5 file to print flat (bool) – Flag to indicate if print should be nested or flat. The default is flat==False resulting in a nested view.