Current Path : /usr/local/lib/python2.5/test/ |
FreeBSD hs32.drive.ne.jp 9.1-RELEASE FreeBSD 9.1-RELEASE #1: Wed Jan 14 12:18:08 JST 2015 root@hs32.drive.ne.jp:/sys/amd64/compile/hs32 amd64 |
Current File : //usr/local/lib/python2.5/test/test_htmllib.pyc |
³ò h”Rc @ s¤ d d k Z d d k Z d d k Z d d k l Z d e i f d „ ƒ YZ d e i f d „ ƒ YZ d e i f d „ ƒ YZ d „ Z e d j o e ƒ n d S( iÿÿÿÿN( t test_supportt AnchorCollectorc B s# e Z d „ Z d „ Z d „ Z RS( c O s# g | _ t i i | | | Ž d S( N( t _AnchorCollector__anchorst htmllibt HTMLParsert __init__( t selft argst kw( ( s- /usr/local/lib/python2.5/test/test_htmllib.pyR s c C s | i S( N( R ( R ( ( s- /usr/local/lib/python2.5/test/test_htmllib.pyt get_anchor_info s c G s | i i | ƒ d S( N( R t append( R R ( ( s- /usr/local/lib/python2.5/test/test_htmllib.pyt anchor_bgn s ( t __name__t __module__R R R ( ( ( s- /usr/local/lib/python2.5/test/test_htmllib.pyR s t DeclCollectorc B s# e Z d „ Z d „ Z d „ Z RS( c O s# g | _ t i i | | | Ž d S( N( t _DeclCollector__declsR R R ( R R R ( ( s- /usr/local/lib/python2.5/test/test_htmllib.pyR s c C s | i S( N( R ( R ( ( s- /usr/local/lib/python2.5/test/test_htmllib.pyt get_decl_info s c C s | i i | ƒ d S( N( R R ( R t data( ( s- /usr/local/lib/python2.5/test/test_htmllib.pyt unknown_decl s ( R R R R R ( ( ( s- /usr/local/lib/python2.5/test/test_htmllib.pyR s t HTMLParserTestCasec B s e Z d „ Z d „ Z RS( c C sR t t i ƒ d d ƒ} | i d ƒ | i ƒ | i | i ƒ d d d g ƒ d S( Nt verbosei s <a href='http://foo.org/' name='splat'> </a> <a href='http://www.python.org/'> </a> <a name='frob'> </a> s http://foo.org/t splatt s http://www.python.org/t frob( s http://foo.org/R R ( s http://www.python.org/R R ( R R R ( R t formattert NullFormattert feedt closet assertEqualsR ( R t parser( ( s- /usr/local/lib/python2.5/test/test_htmllib.pyt test_anchor_collection s c C sO t t i ƒ d d ƒ} | i d ƒ | i ƒ | i | i ƒ d d g ƒ d S( NR i s— <html> <body> hallo <![if !supportEmptyParas]> <![endif]> </body> </html> s if !supportEmptyParast endif( R R R R R R R ( R R ( ( s- /usr/local/lib/python2.5/test/test_htmllib.pyt test_decl_collection/ s ( R R R R ( ( ( s- /usr/local/lib/python2.5/test/test_htmllib.pyR s c C s t i t ƒ d S( N( R t run_unittestR ( ( ( s- /usr/local/lib/python2.5/test/test_htmllib.pyt test_main@ s t __main__( R R t unittestt testR R R R t TestCaseR R"