����JFIF���������
__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
a
F
�`V � @ s, d dl mZmZ dgZG dd� ded�ZdS )� )�ABCMeta�abstractmethod�Publishablec @ s e Zd ZdZedd� �ZdS )r a� 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())
c C s dS )zuReturn a DBus representation of this object.
:return: an instance of @dbus_interface or @dbus_class
N� )�selfr r �=/usr/lib/python3.9/site-packages/dasbus/server/publishable.py�for_publication/ s zPublishable.for_publicationN)�__name__�
__module__�__qualname__�__doc__r r r r r r r s )� metaclassN)�abcr r �__all__r r r r r �<module> s | Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| __init__.cpython-39.opt-1.pyc | File | 149 B | 0644 |
|
| __init__.cpython-39.pyc | File | 149 B | 0644 |
|
| container.cpython-39.opt-1.pyc | File | 5.79 KB | 0644 |
|
| container.cpython-39.pyc | File | 5.79 KB | 0644 |
|
| handler.cpython-39.opt-1.pyc | File | 16.76 KB | 0644 |
|
| handler.cpython-39.pyc | File | 16.76 KB | 0644 |
|
| interface.cpython-39.opt-1.pyc | File | 14.5 KB | 0644 |
|
| interface.cpython-39.pyc | File | 14.5 KB | 0644 |
|
| property.cpython-39.opt-1.pyc | File | 5.56 KB | 0644 |
|
| property.cpython-39.pyc | File | 5.56 KB | 0644 |
|
| publishable.cpython-39.opt-1.pyc | File | 1.12 KB | 0644 |
|
| publishable.cpython-39.pyc | File | 1.12 KB | 0644 |
|
| template.cpython-39.opt-1.pyc | File | 4.06 KB | 0644 |
|
| template.cpython-39.pyc | File | 4.06 KB | 0644 |
|