File: reader.rst

package info (click to toggle)
python-ihm 2.7-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 3,368 kB
  • sloc: python: 30,422; ansic: 5,990; sh: 24; makefile: 20
file content (34 lines) | stat: -rw-r--r-- 530 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
26
27
28
29
30
31
32
33
34
.. highlight:: rest

.. _reader_module:

The :mod:`ihm.reader` Python module
===================================

.. automodule:: ihm.reader

.. autofunction:: read

.. autoexception:: UnknownCategoryWarning

.. autoexception:: UnknownKeywordWarning

.. autoexception:: OldFileError

.. autoclass:: Handler
   :members:

.. autoclass:: SystemReader
   :members:
   :inherited-members:

.. autoclass:: IDMapper
   :members:

.. autoclass:: RangeIDMapper
   :members:

.. autoclass:: Variant
   :members:

.. autoclass:: IHMVariant