File: utils.rst

package info (click to toggle)
python-sdbus 0.14.0-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 980 kB
  • sloc: python: 7,783; ansic: 2,524; makefile: 9; sh: 4
file content (21 lines) | stat: -rw-r--r-- 473 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Utilities
=========

Parsing utilities
+++++++++++++++++

Parse unweildy D-Bus structures in to Python native objects and names.
Available under ``sdbus.utils.parse`` subpackage.

.. automodule:: sdbus.utils.parse
    :members:

Inspect utilities
+++++++++++++++++

Inspect D-Bus objects and retrieve their D-Bus related attributes
such as D-Bus object paths and etc...
Available under ``sdbus.utils.inspect`` subpackage.

.. automodule:: sdbus.utils.inspect
    :members: