hdf5storage.utilities ===================== .. currentmodule:: hdf5storage.utilities .. automodule:: hdf5storage.utilities .. autosummary:: numpy_to_bytes does_dtype_have_a_zero_shape next_unused_name_in_group convert_numpy_str_to_uint16 convert_numpy_str_to_uint32 convert_to_str convert_to_numpy_str convert_to_numpy_bytes decode_complex encode_complex get_attribute get_attribute_string get_attribute_string_array read_all_attributes_into read_matlab_fields_attribute set_attribute set_attribute_string set_attribute_string_array del_attribute numpy_to_bytes -------------- .. autofunction:: numpy_to_bytes does_dtype_have_a_zero_shape ---------------------------- .. autofunction:: does_dtype_have_a_zero_shape next_unused_name_in_group ------------------------- .. autofunction:: next_unused_name_in_group convert_numpy_str_to_uint16 --------------------------- .. autofunction:: convert_numpy_str_to_uint16 convert_numpy_str_to_uint32 --------------------------- .. autofunction:: convert_numpy_str_to_uint32 convert_to_str -------------- .. autofunction:: convert_to_str convert_to_numpy_str -------------------- .. autofunction:: convert_to_numpy_str convert_to_numpy_bytes ---------------------- .. autofunction:: convert_to_numpy_bytes decode_complex -------------- .. autofunction:: decode_complex encode_complex -------------- .. autofunction:: encode_complex get_attribute ------------- .. autofunction:: get_attribute get_attribute_string -------------------- .. autofunction:: get_attribute_string get_attribute_string_array -------------------------- .. autofunction:: get_attribute_string_array read_all_attributes_into ------------------------ .. autofunction:: read_all_attributes_into read_matlab_fields_attribute ---------------------------- .. autofunction:: read_matlab_fields_attribute set_attribute ------------- .. autofunction:: set_attribute set_attribute_string -------------------- .. autofunction:: set_attribute_string set_attribute_string_array -------------------------- .. autofunction:: set_attribute_string_array del_attribute ------------- .. autofunction:: del_attribute