Mini Shell

Direktori : /usr/lib/python3.6/site-packages/pyatspi/__pycache__/
Upload File :
Current File : //usr/lib/python3.6/site-packages/pyatspi/__pycache__/application.cpython-36.opt-1.pyc

3

���X�@s,ddlmZddlTdgZGdd�d�ZdS)�)�Atspi)�*�Applicationc@sheZdZdZdd�Zdd�Zdd�ZdZeeed	�Z	d
d�Z
dZee
ed	�Zd
d�Z
dZee
ed	�ZdS)rz�
        An interface identifying an object which is the root of the user
        interface Accessible hierarchy associated with a running application.
        Children of Application are typically, but not exclusively, top-level
        windows.
        cCs
||_dS)N)�obj)�selfr�r�!/usr/lib/python3.6/application.py�__init__!szApplication.__init__cCstd�dS)a
                Gets the locale in which the application is currently operating.
                For the current message locale, use lctype LOCALE_TYPE_MESSAGES.
                @param : lctype
                The LocaleType for which the locale is queried. 
                @return a string compliant with the POSIX standard for locale
                description.
                z pyatspi: getLocale unimplementedN)�print)rZlocale_typerrr�	getLocale$s	zApplication.getLocalecCs
|jj�S)N)r�get_id)rrrrr0szApplication.get_idzc
                The application instance's unique ID as assigned by the registry.
                )�fget�doccCs
|jj�S)N)rZget_toolkit_name)rrrr�get_toolkitName8szApplication.get_toolkitNamez�
                A string indicating the type of user interface toolkit which
                is used by the application.
                cCs
|jj�S)N)r�get_version)rrrrrAszApplication.get_versionz�
                A string indicating the version number of the application's accessibility
                bridge implementation.
                N)�__name__�
__module__�__qualname__�__doc__r	rrZ_idDoc�property�idrZ_toolkitNameDocZtoolkitNamerZ_versionDoc�versionrrrrrsN)Z
gi.repositoryrZ
pyatspi.utils�__all__rrrrr�<module>s