File: dictionary.rst

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

.. _dictionary_module:

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

.. automodule:: ihm.dictionary

.. autoclass:: Dictionary
   :members:

.. autoclass:: Category
   :members:

.. autoclass:: ItemType
   :members:

.. autoclass:: Keyword
   :members:

.. autofunction:: read

.. autoexception:: ValidatorError