0x1949 Team - FAZEMRX - MANAGER
Edit File: 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__'