| Server IP : 162.241.219.206 / Your IP : 216.73.216.195 Web Server : Apache System : Linux box5669.bluehost.com 5.14.0-687.15.1.el9_8.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Jun 11 08:51:45 EDT 2026 x86_64 User : signavd5 ( 2863) PHP Version : 8.3.32 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /usr/share/glib-2.0/codegen/__pycache__/ |
Upload File : |
a
]xa�2 � @ s: d dl ZddlmZ ddlmZ G dd� d�Zdd� ZdS ) � N� )� dbustypes)�print_errorc @ sj e Zd ZdZdZdZdZdZdZdZ dZ
d Zddd�Zd
Z
dZdZdZdd� Zdd� Zdd� Zdd� ZdS )�
DBusXMLParser�topZnodeZ interface�method�signal�property�arg�
annotationZignoredTc C sx t jj�� | _| j| j_| j| j_| j | j_
| j| j_g | _
d | _tj| _g | _d | _g | _d| _|| _| j�|� d S )N� )�xml�parsersZexpatZParserCreateZ_parser�handle_commentZCommentHandler�handle_char_dataZCharacterDataHandler�handle_start_elementZStartElementHandler�handle_end_elementZEndElementHandler�parsed_interfaces�_cur_objectr � STATE_TOP�state�state_stack�_cur_object_stack�doc_comment_last_symbol�_h_type_implies_unix_fdZParse)�self�xml_data�h_type_implies_unix_fd� r �%/usr/share/glib-2.0/codegen/parser.py�__init__'