h5_key_exists

ssapy.io.h5_key_exists(filename, key)[source][source]

Checks if a key exists in an HDF5 file.

Parameters:
  • filename (str) – The filename of the HDF5 file.

  • key (str) – The key to check.

Returns:

True if the key exists, False otherwise.