File: formats.rst

package info (click to toggle)
python-csb43 0.10.1%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,048 kB
  • sloc: python: 11,036; sh: 101; makefile: 17
file content (25 lines) | stat: -rw-r--r-- 641 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
22
23
24
25
.. SPDX-FileCopyrightText: 2024 <wmj.py@gmx.com>
..
.. SPDX-License-Identifier: LGPL-3.0-or-later

.. 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