| Direktori : /usr/lib/python3.6/site-packages/pyatspi/__pycache__/ |
| Current File : //usr/lib/python3.6/site-packages/pyatspi/__pycache__/value.cpython-36.pyc |
3
���X8 � @ s6 d dl mZ d dlT d dlT dgZG dd� de�ZdS )� )�Atspi)�*�Valuec @ sz e Zd ZdZdd� Zdd� ZdZeeeed�Zdd � Z d
Z
ee e
d�Zdd
� ZdZ
eee
d�Zdd� ZdZeeed�ZdS )r z�
An interface supporting controls which allow a one-dimensional,
scalar quantity to be modified or which reflect a scalar quantity.
(If STATE_EDITABLE is not present, the valuator is treated as
"read only".
c C s t jj| j�S )N)r r Zget_current_value�obj)�self� r �/usr/lib/python3.6/value.py�get_currentValue"