File: index.rst

package info (click to toggle)
python-varlink 31.0.0-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 372 kB
  • sloc: python: 2,462; sh: 177; makefile: 31
file content (30 lines) | stat: -rw-r--r-- 441 bytes parent folder | download | duplicates (2)
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
varlink for python
******************

.. automodule:: varlink
   :members:
   :special-members: __init__,__next__
   :undoc-members:
   :show-inheritance:

Example
#######
.. automodule:: varlink.tests.test_orgexamplemore
   :members:

Testing
#######
.. automodule:: varlink.mock
   :members:

.. toctree::
   :maxdepth: 2
   :caption: Contents:

Indices and tables
##################

* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`