관리-도구
편집 파일: property.cpython-39.opt-1.pyc
a װ_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.9/site-packages/dasbus/client/property.py�__init__$ s zPropertyProxy.__init__c C s | � dd�S )z#Get the value of the DBus property.N)�__get__)r r r r �get) s zPropertyProxy.getc C s&