File: formats.rst

package info (click to toggle)
python-csb43 0.9.2%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 560 kB
  • sloc: python: 6,233; sh: 9; makefile: 6
file content (21 lines) | stat: -rw-r--r-- 542 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
.. csb43 Formats

:mod:`csb43.formats`
======================

.. automodule:: csb43.formats
    :members:
    :undoc-members:
    :exclude-members: FORMATS, TABLIB_FORMATS, DICT_FORMATS, convertFromCsb, convertFromCsb2Dict, convertFromCsb2Tabular

.. autoattribute:: csb43.formats.FORMATS

.. autoattribute:: csb43.formats.TABLIB_FORMATS

.. autoattribute:: csb43.formats.DICT_FORMATS

.. autofunction:: csb43.formats.convertFromCsb

.. autofunction:: csb43.formats.convertFromCsb2Dict

.. autofunction:: csb43.formats.convertFromCsb2Tabular