Linux tsuru-no-tsurugi 5.15.0-186-generic #196-Ubuntu SMP Sat Jun 20 16:09:34 UTC 2026 x86_64
Apache/2.4.52 (Ubuntu)
Server IP : 192.168.0.18 & Your IP : 216.73.216.68
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
lib /
python3 /
dist-packages /
dbus /
__pycache__ /
Delete
Unzip
Name
Size
Permission
Date
Action
__init__.cpython-310.pyc
1.96
KB
-rw-r--r--
2024-02-17 03:50
_compat.cpython-310.pyc
218
B
-rw-r--r--
2024-02-17 03:50
_dbus.cpython-310.pyc
7.1
KB
-rw-r--r--
2024-02-17 03:50
_expat_introspect_parser.cpython-310.pyc
2.19
KB
-rw-r--r--
2024-02-17 03:50
bus.cpython-310.pyc
13.14
KB
-rw-r--r--
2024-02-17 03:50
connection.cpython-310.pyc
17.42
KB
-rw-r--r--
2024-02-17 03:50
decorators.cpython-310.pyc
11.45
KB
-rw-r--r--
2024-02-17 03:50
exceptions.cpython-310.pyc
3.66
KB
-rw-r--r--
2024-02-17 03:50
gi_service.cpython-310.pyc
1.91
KB
-rw-r--r--
2024-02-17 03:50
glib.cpython-310.pyc
1016
B
-rw-r--r--
2024-02-17 03:50
lowlevel.cpython-310.pyc
677
B
-rw-r--r--
2024-02-17 03:50
proxies.cpython-310.pyc
17.3
KB
-rw-r--r--
2024-02-17 03:50
server.cpython-310.pyc
3.36
KB
-rw-r--r--
2024-02-17 03:50
service.cpython-310.pyc
21.56
KB
-rw-r--r--
2024-02-17 03:50
types.cpython-310.pyc
682
B
-rw-r--r--
2024-02-17 03:50
Save
Rename
o �t3b� � @ sf d Z dgZddlmZ ddlZG dd� dejjejj�Z ddd�Z d Ze dejejjfe ed ��Z dS )z6Support code for implementing D-Bus services via PyGI.�ExportedGObject� )�GObjectNc @ s e Zd ZdZdd� ZdS )�ExportedGObjectTypez�A metaclass which inherits from both GObjectMeta and `dbus.service.InterfaceType`. Used as the metaclass for `ExportedGObject`. c C s, t j j�| |||� tjj�| |||� d S )N)r � __class__�__init__�dbus�service� InterfaceType)�cls�name�bases�dct� r �1/usr/lib/python3/dist-packages/dbus/gi_service.pyr . s zExportedGObjectType.__init__N)�__name__� __module__�__qualname__�__doc__r r r r r r * s r c K sX |� dd�}|� dd�}|dur|�|� tjj| fi |�� tjjj| |||d� dS )a: Initialize an exported GObject. :Parameters: `conn` : dbus.connection.Connection The D-Bus connection or bus `object_path` : str The object path at which to register this object. :Keywords: `bus_name` : dbus.service.BusName A bus name to be held on behalf of this object, or None. `gobject_properties` : dict GObject properties to be set on the constructed object. Any unrecognised keyword arguments will also be interpreted as GObject properties. �bus_nameN�gobject_properties)�conn�object_pathr )�pop�updater r r r �Object)�selfr r �kwargsr r r r r �ExportedGObject__init__3 s �r z' A GObject which is exported on D-Bus. )r r )NN)r �__all__� gi.repositoryr �dbus.servicer r r r r r �ExportedGObject__doc__r r r r r r �<module> s ��