<!DOCTYPE html>
<html lang="en">

<head>
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/css/bootstrap.min.css" rel="stylesheet"
        integrity="sha384-GLhlTQ8iRABdZLl6O3oVMWSktQOp6b7In1Zl3/Jr59b6EGGoI1aFkw7cmDA6j6gD" crossorigin="anonymous">
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css"
        integrity="sha512-SzlrxWUlpfuzQ+pcUCosxcglQRNAq/DZjVsC0lE40xsADsfeQoEypE+enwcOiGjk/bSuGGKHEyjSoQ1zVisanQ=="
        crossorigin="anonymous" referrerpolicy="no-referrer" />
</head>
</html>

­˙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<   s    	u   NodeList._set_lengthu   docu$   The number of nodes in the NodeList.c             C   s
   t  |   S(   N(   u   list(   u   self(    (    u7   /opt/alt/python33/lib64/python3.3/xml/dom/minicompat.pyu   __getstate__C   s    u   NodeList.__getstate__c             C   s   | |  d  d   <d  S(   N(    (   u   selfu   state(    (    u7   /opt/alt/python33/lib64/python3.3/xml/dom/minicompat.pyu   __setstate__F   s    u   NodeList.__setstate__N(   u   __name__u
   __module__u   __qualname__u	   __slots__u   itemu   _get_lengthu   _set_lengthu   propertyu   lengthu   __getstate__u   __setstate__(   u
   __locals__(    (    u7   /opt/alt/python33/lib64/python3.3/xml/dom/minicompat.pyu   NodeList2   s   	c             B   sk   |  Ee  Z d  Z f  Z d d   Z d d   Z d d   Z d d   Z d	 d
   Z e	 e e d d Z
 d S(   u   EmptyNodeListc             C   s   t    } | j |  | S(   N(   u   NodeListu   extend(   u   selfu   otheru   NL(    (    u7   /opt/alt/python33/lib64/python3.3/xml/dom/minicompat.pyu   __add__M   s    	u   EmptyNodeList.__add__c             C   s   t    } | j |  | S(   N(   u   NodeListu   extend(   u   selfu   otheru   NL(    (    u7   /opt/alt/python33/lib64/python3.3/xml/dom/minicompat.pyu   __radd__R   s    	u   EmptyNodeList.__radd__c             C   s   d  S(   N(   u   None(   u   selfu   index(    (    u7   /opt/alt/python33/lib64/python3.3/xml/dom/minicompat.pyu   itemW   s    u   EmptyNodeList.itemc             C   s   d S(   Ni    (    (   u   self(    (    u7   /opt/alt/python33/lib64/python3.3/xml/dom/minicompat.pyu   _get_lengthZ   s    u   EmptyNodeList._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]   s    	u   EmptyNodeList._set_lengthu   docu$   The number of nodes in the NodeList.N(   u   __name__u
   __module__u   __qualname__u	   __slots__u   __add__u   __radd__u   itemu   _get_lengthu   _set_lengthu   propertyu   length(   u
   __locals__(    (    u7   /opt/alt/python33/lib64/python3.3/xml/dom/minicompat.pyu   EmptyNodeListJ   s   c             C   so   t  |  d |  } | d d  } t |  d |  sF t d |   t | | d | } t |  | |  d  S(   Nu   _get_c             S   s    t  j j d t |    d  S(   Nu&   attempt to modify read-only attribute (   u   xmlu   domu   NoModificationAllowedErru   repr(   u   selfu   valueu   name(    (    u7   /opt/alt/python33/lib64/python3.3/xml/dom/minicompat.pyu   setg   s    	u   defproperty.<locals>.setu   _set_u   expected not to find _set_u   doc(   u   getattru   hasattru   AssertionErroru   propertyu   setattr(   u   klassu   nameu   docu   getu   setu   prop(    (    u7   /opt/alt/python33/lib64/python3.3/xml/dom/minicompat.pyu   defpropertye   s    (   u   __doc__u   __all__u   xml.domu   xmlu   stru   StringTypesu   listu   NodeListu   tupleu   EmptyNodeListu   defproperty(    (    (    u7   /opt/alt/python33/lib64/python3.3/xml/dom/minicompat.pyu   <module>   s   &	