SILENT KILLERPanel

Current Path: > > opt > alt > python312 > lib64 > python3.12 > xml > sax > __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/python312/lib64/python3.12/xml/sax/__pycache__

NameTypeSizeLast ModifiedActions
__init__.cpython-312.opt-1.pyc File 3801 bytes June 23 2025 14:00:20.
__init__.cpython-312.opt-2.pyc File 2750 bytes June 23 2025 14:00:29.
__init__.cpython-312.pyc File 3801 bytes June 23 2025 14:00:20.
_exceptions.cpython-312.opt-1.pyc File 6233 bytes June 23 2025 14:00:20.
_exceptions.cpython-312.opt-2.pyc File 3713 bytes June 23 2025 14:00:29.
_exceptions.cpython-312.pyc File 6233 bytes June 23 2025 14:00:20.
expatreader.cpython-312.opt-1.pyc File 21597 bytes June 23 2025 14:00:20.
expatreader.cpython-312.opt-2.pyc File 21203 bytes June 23 2025 14:00:29.
expatreader.cpython-312.pyc File 21597 bytes June 23 2025 14:00:20.
handler.cpython-312.opt-1.pyc File 14905 bytes June 23 2025 14:00:20.
handler.cpython-312.opt-2.pyc File 5879 bytes June 23 2025 14:00:29.
handler.cpython-312.pyc File 14905 bytes June 23 2025 14:00:20.
saxutils.cpython-312.opt-1.pyc File 19609 bytes June 23 2025 14:00:20.
saxutils.cpython-312.opt-2.pyc File 18002 bytes June 23 2025 14:00:29.
saxutils.cpython-312.pyc File 19609 bytes June 23 2025 14:00:20.
xmlreader.cpython-312.opt-1.pyc File 19561 bytes June 23 2025 14:00:20.
xmlreader.cpython-312.opt-2.pyc File 13425 bytes June 23 2025 14:00:29.
xmlreader.cpython-312.pyc File 19561 bytes June 23 2025 14:00:20.

Reading File: //opt/alt/python312/lib64/python3.12/xml/sax/__pycache__/_exceptions.cpython-312.pyc

�

C[Yh[��v�dZGd�de�ZGd�de�ZGd�de�ZGd�de�ZGd	�d
e�Zy)z!Different kinds of SAX Exceptionsc�0�eZdZdZdd�Zd�Zd�Zd�Zd�Zy)	�SAXExceptiona�Encapsulate an XML error or warning. This class can contain
    basic error or warning information from either the XML parser or
    the application: you can subclass it to provide additional
    functionality, or to add localization. Note that although you will
    receive a SAXException as the argument to the handlers in the
    ErrorHandler interface, you are not actually required to raise
    the exception; instead, you can simply read the information in
    it.Nc�L�||_||_tj||�y)zUCreates an exception. The message is required, but the exception
        is optional.N)�_msg�
_exception�	Exception�__init__)�self�msg�	exceptions   �:/opt/alt/python312/lib64/python3.12/xml/sax/_exceptions.pyrzSAXException.__init__s"����	�#������4��%�c��|jS)z$Return a message for this exception.�r�r	s r�
getMessagezSAXException.getMessage����y�y�r
c��|jS)z9Return the embedded exception, or None if there was none.)rrs r�getExceptionzSAXException.getExceptions�����r
c��|jS)�0Create a string representation of the exception.rrs r�__str__zSAXException.__str__rr
c��td��)zvAvoids weird error messages if someone does exception[ix] by
        mistake, since Exception has __getitem__ defined.�__getitem__)�AttributeError)r	�ixs  rrzSAXException.__getitem__"s���]�+�+r
)N)	�__name__�
__module__�__qualname__�__doc__rrrrr�r
rrrs ���&����,r
rc�4�eZdZdZd�Zd�Zd�Zd�Zd�Zd�Z	y)	�SAXParseExceptiona#Encapsulate an XML parse error or warning.

    This exception will include information for locating the error in
    the original XML document. Note that although the application will
    receive a SAXParseException as the argument to the handlers in the
    ErrorHandler interface, the application is not actually required
    to raise the exception; instead, it can simply read the
    information in it and take a different action.

    Since this exception is a subclass of SAXException, it inherits
    the ability to wrap another exception.c��tj|||�||_|jj�|_|jj�|_|jj�|_y)zECreates the exception. The exception parameter is allowed to be None.N)	rr�_locator�getSystemId�	_systemId�getColumnNumber�_colnum�
getLineNumber�_linenum)r	r
r�locators    rrzSAXParseException.__init__7sY�����d�C��3���
����2�2�4����}�}�4�4�6����
�
�3�3�5��
r
c��|jS)zNThe column number of the end of the text where the exception
        occurred.)r(rs rr'z!SAXParseException.getColumnNumberDs���|�|�r
c��|jS)zDThe line number of the end of the text where the exception occurred.)r*rs rr)zSAXParseException.getLineNumberIs���}�}�r
c�6�|jj�S)zEGet the public identifier of the entity where the exception occurred.)r$�getPublicIdrs rr/zSAXParseException.getPublicIdMs���}�}�(�(�*�*r
c��|jS)zEGet the system identifier of the entity where the exception occurred.)r&rs rr%zSAXParseException.getSystemIdQs���~�~�r
c��|j�}|�d}|j�}|�d}|j�}|�d}|�d|�d|�d|j��S)rz	<unknown>�?�:z: )r%r)r'r)r	�sysid�linenum�colnums    rrzSAXParseException.__str__Us]��� � �"���=��E��$�$�&���?��G��%�%�'���>��F�!&������C�Cr
N)
rrrrrr'r)r/r%rr r
rr"r"*s&��
.�6��
�+��Dr
r"c��eZdZdZy)�SAXNotRecognizedExceptionz�Exception class for an unrecognized identifier.

    An XMLReader will raise this exception when it is confronted with an
    unrecognized feature or property. SAX applications and extensions may
    use this class for similar purposes.N�rrrrr r
rr8r8es��,r
r8c��eZdZdZy)�SAXNotSupportedExceptionaException class for an unsupported operation.

    An XMLReader will raise this exception when a service it cannot
    perform is requested (specifically setting a state or value). SAX
    applications and extensions may use this class for similar
    purposes.Nr9r r
rr;r;os��r
r;c��eZdZdZy)�SAXReaderNotAvailableaException class for a missing driver.

    An XMLReader module (driver) should raise this exception when it
    is first imported, e.g. when a support module cannot be imported.
    It also may be raised during parsing, e.g. if executing an external
    program is not permitted.Nr9r r
rr=r=ys��!r
r=N)rrrr"r8r;r=r r
r�<module>r>sI��'� ,�9� ,�J6D��6D�v,��,��|��!�4�!r

SILENT KILLER Tool