| Server IP : 186.64.123.29 / Your IP : 216.73.217.94 Web Server : LiteSpeed System : Linux house.hostinglat.cl 5.15.0-185-generic #195-Ubuntu SMP Fri Jun 19 17:11:50 UTC 2026 x86_64 User : tuemp9827 ( 1016) PHP Version : 8.1.31 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 : |
o
�*c�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�top�node� interface�method�signal�property�arg�
annotation�ignoredTc C sx t jj�� | _| j| j_| j| j_| j | j_
| j| j_g | _
d | _tj| _g | _d | _g | _d| _|| _| j�|� d S )N� )�xml�parsers�expat�ParserCreate�_parser�handle_comment�CommentHandler�handle_char_data�CharacterDataHandler�handle_start_element�StartElementHandler�handle_end_element�EndElementHandler�parsed_interfaces�_cur_objectr � STATE_TOP�state�state_stack�_cur_object_stack�doc_comment_last_symbol�_h_type_implies_unix_fd�Parse)�self�xml_data�h_type_implies_unix_fd� r) �%/usr/share/glib-2.0/codegen/parser.py�__init__'