| 
				Server : Apache System : Linux server.mata-lashes.com 3.10.0-1160.90.1.el7.x86_64 #1 SMP Thu May 4 15:21:22 UTC 2023 x86_64 User : matalashes ( 1004) PHP Version : 8.1.29 Disable Function : NONE Directory : /lib64/python2.7/xml/dom/  | 
Upload File :  | 
�
ۜSec           @   sX   d  Z  d d l Ti d d 6d d 6Z i  Z d �  Z d �  Z d d d	 � Z d
 �  Z d S(
   s�   Registration facilities for DOM. This module should not be used
directly. Instead, the functions getDOMImplementation and
registerDOMImplementation should be imported from xml.dom.i����(   t   *s   xml.dom.minidomt   minidoms   xml.dom.DOMImplementationt   4DOMc         C   s   | t  |  <d S(   sI  registerDOMImplementation(name, factory)
    Register the factory function with the name. The factory function
    should return an object which implements the DOMImplementation
    interface. The factory function can either return the same object,
    or a new one (e.g. if that implementation supports some
    customization).N(   t
   registered(   t   namet   factory(    (    s&