HEX
Server: Apache/2.4.65 (Unix) OpenSSL/3.5.5
System: Linux cpanel.ns-taberra.com 5.14.0-681.el9.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Feb 11 20:19:22 UTC 2026 x86_64
User: asif201 (1002)
PHP: 8.3.0
Disabled: NONE
Upload Files
File: //usr/lib/python3.9/site-packages/dasbus/server/__pycache__/publishable.cpython-39.opt-1.pyc
a

�icV�@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