| Direktori : /usr/lib/python3.6/site-packages/dasbus/client/__pycache__/ |
| Current File : //usr/lib/python3.6/site-packages/dasbus/client/__pycache__/property.cpython-36.opt-1.pyc |
3
��^c � @ s d gZ G dd � d e�ZdS )�
PropertyProxyc @ s@ e Zd ZdZddgZdd� Zdd� Zdd � Zd
d� Zdd
� Z dS )r zXProxy of a remote DBus property.
It can be used to define instance attributes.
�_getter�_setterc C s || _ || _dS )z(Create a new proxy of the DBus property.N)r r )�self�getter�setter� r �/usr/lib/python3.6/property.py�__init__$ s zPropertyProxy.__init__c C s | j dd�S )z#Get the value of the DBus property.N)�__get__)r r r r �get) s zPropertyProxy.getc C s&