1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143
|
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
|