| Server IP : 93.86.61.54 / Your IP : 216.73.216.60 Web Server : Apache/2.4.62 (Ubuntu) System : Linux rasin.ddns.net 6.8.0-124-generic #124~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Tue May 26 21:05:19 UTC x86_64 User : www-data ( 33) PHP Version : 8.4.22 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /usr/lib/python3/dist-packages/pyatspi/__pycache__/ |
Upload File : |
o
�ֱa � @ s, d dl mZ d dlT dgZG dd� d�ZdS )� )�Atspi)�*�Applicationc @ sh e Zd ZdZdd� Zdd� Zdd� ZdZeeed �Z d
d� Z
dZee
ed �Zd
d� Z
dZee
ed �ZdS )r z�
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.
c C s
|| _ d S �N)�obj)�selfr � r �5/usr/lib/python3/dist-packages/pyatspi/application.py�__init__! �
zApplication.__init__c C s t d� 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)r �locale_typer r r � getLocale$ s zApplication.getLocalec C �
| j �� S r )r �get_id�r r r r r 0 r zApplication.get_idzc
The application instance's unique ID as assigned by the registry.
)�fget�docc C r r )r �get_toolkit_namer r r r �get_toolkitName8 r zApplication.get_toolkitNamez�
A string indicating the type of user interface toolkit which
is used by the application.
c C r r )r �get_versionr r r r r A r zApplication.get_versionz�
A string indicating the version number of the application's accessibility
bridge implementation.
N)�__name__�
__module__�__qualname__�__doc__r
r r �_idDoc�property�idr �_toolkitNameDoc�toolkitNamer �_versionDoc�versionr r r r r s ���N)�
gi.repositoryr �
pyatspi.utils�__all__r r r r r �<module> s
�