Server IP : 111.118.215.189 / Your IP : 3.145.86.142 Web Server : Apache System : Linux md-in-83.webhostbox.net 4.19.286-203.ELK.el7.x86_64 #1 SMP Wed Jun 14 04:33:55 CDT 2023 x86_64 User : a1673wkz ( 2475) PHP Version : 8.2.25 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0755) : /lib64/python2.7/site-packages/dbus/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
� 毖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<