Server IP : 184.154.167.98 / Your IP : 3.146.107.49 Web Server : Apache System : Linux pink.dnsnetservice.com 4.18.0-553.22.1.lve.1.el8.x86_64 #1 SMP Tue Oct 8 15:52:54 UTC 2024 x86_64 User : puertode ( 1767) PHP Version : 8.2.27 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /lib64/python2.7/xml/dom/ |
Upload File : |
� {fc @ sd d Z d d l Td d l Z i 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 *Ns 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&