a F `V@s,ddlmZmZdgZGdddedZdS))ABCMetaabstractmethod Publishablec@seZdZdZeddZdS)raAbstract 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.pyfor_publication/szPublishable.for_publicationN)__name__ __module__ __qualname____doc__rrrrrrrs) metaclassN)abcrr__all__rrrrrs