File: hdf5storage.lowlevel.rst

package info (click to toggle)
python-hdf5storage 0.1.19-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 896 kB
  • sloc: python: 3,504; makefile: 132
file content (48 lines) | stat: -rw-r--r-- 657 bytes parent folder | download | duplicates (4)
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
hdf5storage.lowlevel
====================

.. currentmodule:: hdf5storage.lowlevel

.. automodule:: hdf5storage.lowlevel

.. autosummary::
   
   Hdf5storageError
   CantReadError
   TypeNotMatlabCompatibleError
   write_data
   read_data


Hdf5storageError
----------------

.. autoexception:: Hdf5storageError
   :show-inheritance:


CantReadError
-------------

.. autoexception:: CantReadError
   :show-inheritance:


TypeNotMatlabCompatibleError
----------------------------

.. autoexception:: TypeNotMatlabCompatibleError
   :show-inheritance:


write_data
----------

.. autofunction:: write_data


read_data
---------

.. autofunction:: read_data