Warning: session_start(): Session cannot be started after headers have already been sent in /home/tvrreohg/public_html/manga.php on line 13
3 iRÛVd"ã@sÔdZddlmZdZdZddlmZdd lmZm Z m Z m Z m Z m Z mZmZmZmZmZmZdd lmZdd lmZdd lmZer�dd lmZGdd„deƒZGdd„deƒZGdd„deƒZGdd„deƒZdS)z9Implementation for dbus.Bus. Not to be imported directly.é)Ú generatorsÚBusÚ SystemBusÚ SessionBusÚ StarterBusZreStructuredText)Ú DBusException) ÚBUS_DAEMON_IFACEÚBUS_DAEMON_NAMEÚBUS_DAEMON_PATHÚ BUS_SESSIONÚ BUS_STARTERÚ BUS_SYSTEMÚ DBUS_START_REPLY_ALREADY_RUNNINGÚDBUS_START_REPLY_SUCCESSÚvalidate_bus_nameÚvalidate_interface_nameÚvalidate_member_nameÚvalidate_object_path)Ú BusConnection)Ú SignalMessage)Úis_py2)Ú UTF8StringcsŽeZdZdZiZejddfdd„Z‡fdd„Zdd „Z e e ddd ƒZ dd d „Z e e ƒZ dd d„Ze eƒZddd„Ze eƒZdd„ZeZ‡ZS)ra A connection to one of three possible standard buses, the SESSION, SYSTEM, or STARTER bus. This class manages shared connections to those buses. If you're trying to subclass `Bus`, you may be better off subclassing `BusConnection`, which doesn't have all this magic. FNcCsx| r||jkr|j|S|tkr(t}n(|tkr6t}n|tkrDt}n td|ƒ‚tj |||d�}||_ |st||j|<|S)aËConstructor, returning an existing instance where appropriate. The returned instance is actually always an instance of `SessionBus`, `SystemBus` or `StarterBus`. :Parameters: `bus_type` : cls.TYPE_SESSION, cls.TYPE_SYSTEM or cls.TYPE_STARTER Connect to the appropriate bus `private` : bool If true, never return an existing shared instance, but instead return a private connection. :Deprecated: since 0.82.3. Use dbus.bus.BusConnection for private connections. `mainloop` : dbus.mainloop.NativeMainLoop The main loop to use. The default is to use the default main loop if one has been set up, or raise an exception if none has been. :Changed: in dbus-python 0.80: converted from a wrapper around a Connection to a Connection subclass. zinvalid bus_type %s)Úmainloop) Ú_shared_instancesr rr rr rÚ ValueErrorrÚ__new__Ú _bus_type)ÚclsZbus_typeÚprivaterÚsubclassZbus©r ú/usr/lib64/python3.6/_dbus.pyr:s   z Bus.__new__cs4|j}|jjj|ƒ|kr"|jj|=tt|ƒjƒdS)N)rÚ __class__rÚgetÚsuperrÚclose)ÚselfÚt)r"r r!r%ms z Bus.closecCs|S)zªReturn self, for backwards compatibility with earlier dbus-python versions where Bus was not a subclass of Connection. :Deprecated: since 0.80.0 r )r&r r r!Úget_connectionsszBus.get_connectionz¹self._connection == self, for backwards compatibility with earlier dbus-python versions where Bus was not a subclass of Connection.cCs t|d�S)z³Static method that returns a connection to the session bus. :Parameters: `private` : bool If true, do not return a shared connection. )r)r)rr r r!Ú get_sessionszBus.get_sessioncCs t|d�S)z²Static method that returns a connection to the system bus. :Parameters: `private` : bool If true, do not return a shared connection. )r)r)rr r r!Ú get_systemŠszBus.get_systemcCs t|d�S)z³Static method that returns a connection to the starter bus. :Parameters: `private` : bool If true, do not return a shared connection. )r)r)rr r r!Ú get_starter–szBus.get_startercCsP|jtkrd}n$|jtkr d}n|jtkr0d}nd}d|jj|jj|t|ƒfS)NZsessionÚsystemZstarterzunknown bus typez<%s.%s (%s) at %#x>)rr r r r"Ú __module__Ú__name__Úid)r&Únamer r r!Ú__repr__¡s   z Bus.__repr__)F)F)F)r.r-Ú __qualname__Ú__doc__rrÚ TYPE_SESSIONrr%r(ÚpropertyZ _connectionr)Ú staticmethodr*r+r1Ú__str__Ú __classcell__r r )r"r!r/s  2     c@seZdZdZddd„ZdS)rzThe system-wide message bus.FNcCstj|tj||d�S)aÆReturn a connection to the system bus. :Parameters: `private` : bool If true, never return an existing shared instance, but instead return a private connection. `mainloop` : dbus.mainloop.NativeMainLoop The main loop to use. The default is to use the default main loop if one has been set up, or raise an exception if none has been. )rr)rrZ TYPE_SYSTEM)rrrr r r!rµs zSystemBus.__new__)FN)r.r-r2r3rr r r r!r³sc@seZdZdZddd„ZdS)rz(The session (current login) message bus.FNcCstj|tj||d�S)aÇReturn a connection to the session bus. :Parameters: `private` : bool If true, never return an existing shared instance, but instead return a private connection. `mainloop` : dbus.mainloop.NativeMainLoop The main loop to use. The default is to use the default main loop if one has been set up, or raise an exception if none has been. )rr)rrr4)rrrr r r!rÆs zSessionBus.__new__)FN)r.r-r2r3rr r r r!rÄsc@seZdZdZddd„ZdS)rzjThe bus that activated this process (only valid if this process was launched by DBus activation). FNcCstj|tj||d�S)aÛReturn a connection to the bus that activated this process. :Parameters: `private` : bool If true, never return an existing shared instance, but instead return a private connection. `mainloop` : dbus.mainloop.NativeMainLoop The main loop to use. The default is to use the default main loop if one has been set up, or raise an exception if none has been. )rr)rrZ TYPE_STARTER)rrrr r r!rÙs zStarterBus.__new__)FN)r.r-r2r3rr r r r!rÕsN)rrrr)r3Z __future__rÚ__all__Z __docformat__Zdbus.exceptionsrZ_dbus_bindingsrr r r r r rrrrrrZdbus.busrZ dbus.lowlevelrZ dbus._compatrrrrrrr r r r!Ús  8