Linux ns1.utparral.edu.mx 6.8.0-79-generic #79~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Fri Aug 15 16:54:53 UTC 2 x86_64
Apache/2.4.58 (Unix) OpenSSL/1.1.1w PHP/8.2.12 mod_perl/2.0.12 Perl/v5.34.1
: 10.10.1.9 | : 10.10.1.254
Cant Read [ /etc/named.conf ]
daemon
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
README
+ Create Folder
+ Create File
/
usr /
lib /
python3 /
dist-packages /
dbus /
__pycache__ /
[ HOME SHELL ]
Name
Size
Permission
Action
bus.cpython-310.pyc
13.14
KB
-rw-r--r--
_compat.cpython-310.pyc
218
B
-rw-r--r--
connection.cpython-310.pyc
17.42
KB
-rw-r--r--
_dbus.cpython-310.pyc
7.1
KB
-rw-r--r--
decorators.cpython-310.pyc
11.45
KB
-rw-r--r--
exceptions.cpython-310.pyc
3.66
KB
-rw-r--r--
_expat_introspect_parser.cpython-310.pyc
2.19
KB
-rw-r--r--
gi_service.cpython-310.pyc
1.91
KB
-rw-r--r--
glib.cpython-310.pyc
1016
B
-rw-r--r--
__init__.cpython-310.pyc
1.96
KB
-rw-r--r--
lowlevel.cpython-310.pyc
677
B
-rw-r--r--
proxies.cpython-310.pyc
17.3
KB
-rw-r--r--
server.cpython-310.pyc
3.36
KB
-rw-r--r--
service.cpython-310.pyc
21.56
KB
-rw-r--r--
types.cpython-310.pyc
682
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : gi_service.cpython-310.pyc
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 ��
Close