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
|
.. index:: API, module
API
===
.. index::
module: pyodc
pyodc
-----
Functions
^^^^^^^^^
.. automodule:: pyodc
:members: encode_odb, read_odb
:noindex:
Classes
^^^^^^^
.. automodule:: pyodc
:members: DataType
:noindex:
.. automodule:: pyodc
:members: ColumnInfo
:noindex:
.. automodule:: pyodc
:members: Frame
:noindex:
.. automodule:: pyodc
:members: Reader
:noindex:
.. index::
module: codc
codc
----
Exactly the same API as `pyodc`_.
|