Python: add Sphinx doc project
[babeltrace.git] / doc / bindings / python / source / constants.rst
1 .. _constants:
2
3 ****************
4 Common constants
5 ****************
6
7 .. currentmodule:: babeltrace.common
8
9 The following constants are used as arguments and return values in
10 several methods of both the :ref:`reader <reader-api>` and
11 :ref:`CTF writer <ctf-writer-api>` APIs.
12
13
14 :class:`CTFStringEncoding`
15 ==========================
16
17 .. autoclass:: CTFStringEncoding
18 :members:
19
20
21 :class:`ByteOrder`
22 ==================
23
24 .. autoclass:: ByteOrder
25 :members:
26
27
28 :class:`CTFTypeId`
29 ==================
30
31 .. autoclass:: CTFTypeId
32 :members:
33
34
35 :class:`CTFScope`
36 =================
37
38 .. autoclass:: CTFScope
39 :members:
This page took 0.029958 seconds and 4 git commands to generate.