HEX
Server: Apache
System: Linux 185.122.168.184.host.secureserver.net 5.14.0-570.60.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Nov 5 05:00:59 EST 2025 x86_64
User: barbeatleanalyti (1024)
PHP: 8.1.33
Disabled: NONE
Upload Files
File: //usr/lib/python3.9/site-packages/dasbus/server/__pycache__/publishable.cpython-39.pyc
a

װ_V�@s,ddlmZmZdgZGdd�ded�ZdS)�)�ABCMeta�abstractmethod�Publishablec@seZdZdZedd��ZdS)ra�Abstract class for Python objects that can be published on DBus.

    Example:

    .. code-block:: python

        # Define a publishable class.
        class MyObject(Publishable):

            def for_publication(self):
                return MyDBusInterface(self)

        # Create a publishable object.
        my_object = MyObject()

        # Publish the object on DBus.
        DBus.publish_object("/org/project/x", my_object.for_publication())

   cCsdS)zuReturn a DBus representation of this object.

        :return: an instance of @dbus_interface or @dbus_class
        N�)�selfrr�=/usr/lib/python3.9/site-packages/dasbus/server/publishable.py�for_publication/szPublishable.for_publicationN)�__name__�
__module__�__qualname__�__doc__rrrrrrrs)�	metaclassN)�abcrr�__all__rrrrr�<module>s