⚝
One Hat Cyber Team
⚝
Your IP:
18.116.36.48
Server IP:
97.74.87.16
Server:
Linux 16.87.74.97.host.secureserver.net 5.14.0-503.38.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Apr 18 08:52:10 EDT 2025 x86_64
Server Software:
Apache
PHP Version:
8.2.28
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
usr
/
share
/
glib-2.0
/
codegen
/
__pycache__
/
View File Name :
parser.cpython-39.pyc
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__'