SILENT KILLERPanel

Current Path: > > opt > alt > python311 > lib64 > python3.11 > > xml > dom > __pycache__


Operation   : Linux premium131.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
Software     : Apache
Server IP    : 162.0.232.56 | Your IP: 216.73.216.111
Domains      : 1034 Domain(s)
Permission   : [ 0755 ]

Files and Folders in: //opt/alt/python311/lib64/python3.11//xml/dom/__pycache__

NameTypeSizeLast ModifiedActions
NodeFilter.cpython-311.opt-1.pyc File 1163 bytes June 23 2025 15:48:01.
NodeFilter.cpython-311.opt-2.pyc File 1069 bytes June 23 2025 15:48:07.
NodeFilter.cpython-311.pyc File 1163 bytes June 23 2025 15:48:01.
__init__.cpython-311.opt-1.pyc File 7147 bytes June 23 2025 15:48:01.
__init__.cpython-311.opt-2.pyc File 6351 bytes June 23 2025 15:48:06.
__init__.cpython-311.pyc File 7147 bytes June 23 2025 15:48:01.
domreg.cpython-311.opt-1.pyc File 4258 bytes June 23 2025 15:48:01.
domreg.cpython-311.opt-2.pyc File 3075 bytes June 23 2025 15:48:06.
domreg.cpython-311.pyc File 4258 bytes June 23 2025 15:48:01.
expatbuilder.cpython-311.opt-1.pyc File 45959 bytes June 23 2025 15:48:04.
expatbuilder.cpython-311.opt-2.pyc File 43464 bytes June 23 2025 15:48:06.
expatbuilder.cpython-311.pyc File 46496 bytes June 23 2025 15:48:01.
minicompat.cpython-311.opt-1.pyc File 3756 bytes June 23 2025 15:48:04.
minicompat.cpython-311.opt-2.pyc File 3577 bytes June 23 2025 15:48:07.
minicompat.cpython-311.pyc File 3912 bytes June 23 2025 15:48:01.
minidom.cpython-311.opt-1.pyc File 95802 bytes June 23 2025 15:48:04.
minidom.cpython-311.opt-2.pyc File 93354 bytes June 23 2025 15:48:07.
minidom.cpython-311.pyc File 96010 bytes June 23 2025 15:48:01.
pulldom.cpython-311.opt-1.pyc File 18325 bytes June 23 2025 15:48:01.
pulldom.cpython-311.opt-2.pyc File 17913 bytes June 23 2025 15:48:06.
pulldom.cpython-311.pyc File 18325 bytes June 23 2025 15:48:01.
xmlbuilder.cpython-311.opt-1.pyc File 18072 bytes June 23 2025 15:48:04.
xmlbuilder.cpython-311.opt-2.pyc File 17643 bytes June 23 2025 15:48:07.
xmlbuilder.cpython-311.pyc File 18092 bytes June 23 2025 15:48:01.

Reading File: //opt/alt/python311/lib64/python3.11//xml/dom/__pycache__/domreg.cpython-311.pyc

�

!A?h{
��:�dZddlZddd�ZiZd�Zd�Zdd	�Zd
�ZdS)z�Registration facilities for DOM. This module should not be used
directly. Instead, the functions getDOMImplementation and
registerDOMImplementation should be imported from xml.dom.�Nzxml.dom.minidomzxml.dom.DOMImplementation)�minidom�4DOMc��|t|<dS)aIregisterDOMImplementation(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)�
registered)�name�factorys  �5/opt/alt/python311/lib64/python3.11/xml/dom/domreg.py�registerDOMImplementationr
s���J�t����c�H�|D]\}}|�||��sdS�dS)zF_good_enough(dom, features) -> Return 1 if the dom offers the featuresr�)�
hasFeature)�dom�features�f�vs    r	�_good_enoughr s<�������!��~�~�a��"�"�	��1�1�	��1r�c��ddl}d}t�|��}|r't|iidg��}|���S|rt|��Stjjs$d|j	vrt	|j	d���St|t��rt|��}t
�
��D] }|��}t||��r|cS�!t���D]8}	t	|���}n#t $rY� wxYwt||��r|cS�9t#d���)aSgetDOMImplementation(name = None, features = ()) -> DOM implementation.

    Return a suitable DOM implementation. The name is either
    well-known, the module name of a DOM implementation, or None. If
    it is not None, imports the corresponding module and returns
    DOMImplementation object if the import succeeds.

    If name is not given, consider the available implementations to
    find one with the required feature set. If no implementation can
    be found, raise an ImportError. The features list must be a sequence
    of (feature, version) pairs which are passed to hasFeature.rN�getDOMImplementation�
PYTHON_DOM)rz$no suitable DOM implementation found)�os�well_known_implementations�get�
__import__rr�sys�flags�ignore_environment�environ�
isinstance�str�_parse_feature_string�valuesr�keys�	Exception�ImportError)rrr�creator�modrs      r	rr's����I�I�I��G�
$�
(�
(��
.�
.�C�
�E���b�"�'=�&>�?�?���'�'�)�)�)�	
�E��$��!�!�!�
�Y�
)�E�l�b�j�.H�.H�#�2�:�l�+C�D�D�D�D��(�C� � �3�(��2�2���$�$�&�&�����g�i�i����X�&�&�	��J�J�J�	�.�2�2�4�4����	�&�g�6�6�6�C�C���	�	�	��H�	������X�&�&�	��J�J�J�	��<�
=�
=�=s�D � 
D-�,D-c�H�g}|���}d}t|��}||krg||}|ddvrtd|�����|dz}d}||kr||}|ddvr|dz}|}|�||f��||k�gt	|��S)Nr�
0123456789zbad feature name: r
)�split�len�
ValueError�append�tuple)�sr�parts�i�length�feature�versionrs        r	r"r"Rs����H�
�G�G�I�I�E�	�A�
��Z�Z�F�
�f�*�*���(���1�:��%�%��*�w�w�@�A�A�A�
��E�����v�:�:��a��A���t�|�#�#���E��������'�*�+�+�+��f�*�*���?�?�r)Nr)�__doc__rrrr
rrr"rrr	�<module>r7s���>�>��
�
�
� �'�����
�	�	�	�
�
�
�)>�)>�)>�)>�V����r

SILENT KILLER Tool