Linux vmi2545633.contaboserver.net 6.1.0-32-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.129-1 (2025-03-06) x86_64
Apache/2.4.62 (Debian)
Server IP : 127.0.0.1 & Your IP : 127.0.0.1
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
share /
doc /
python3-dbus /
Delete
Unzip
Name
Size
Permission
Date
Action
NEWS.gz
12.5
KB
-rw-r--r--
2022-09-06 20:37
README
1.31
KB
-rw-r--r--
2019-09-12 09:03
changelog.Debian.amd64.gz
235
B
-rw-r--r--
2023-01-31 09:58
changelog.Debian.gz
2.53
KB
-rw-r--r--
2023-01-31 09:58
copyright
11.52
KB
-rw-r--r--
2023-01-18 20:42
Save
Rename
======================================= dbus-python_: Python bindings for D-Bus ======================================= .. _dbus-python: http://www.freedesktop.org/wiki/Software/DBusBindings#python dbus-python is the original Python binding for ``dbus``, the reference implementation of the D-Bus protocol. Online documentation can be found at <http://dbus.freedesktop.org/doc/dbus-python/>. Problems and alternatives ========================= dbus-python might not be the best D-Bus binding for you to use. dbus-python does not follow the principle of "In the face of ambiguity, refuse the temptation to guess", and can't be changed to not do so without seriously breaking compatibility. In addition, it uses libdbus (which has known problems with multi-threaded use) and attempts to be main-loop-agnostic (which means you have to select a suitable main loop for your application). Alternative ways to get your Python code onto D-Bus include: * GDBus, part of the GIO module of `GLib`_, via GObject-Introspection and `PyGI`_ (uses the GLib main loop and object model) * QtDBus, part of `Qt`_, via `PyQt`_ (uses the Qt main loop and object model) .. _GLib: http://developer.gnome.org/glib/ .. _PyGI: https://live.gnome.org/PyGObject .. _Qt: https://www.qt.io .. _PyQT: http://www.riverbankcomputing.co.uk/software/pyqt/intro