module documentation

Undocumented

Class DummyElement Undocumented
Class DummyElementTree Undocumented
Class DummyParser Undocumented
Class DummyTreeBuilder Undocumented
Class HTMLElementMaker Undocumented
Class Test_document_fromstring Undocumented
Class Test_fragment_fromstring Undocumented
Class Test_fragments_fromstring Undocumented
Class Test_fromstring Undocumented
Class Test_HTMLParser Undocumented
Class Test_parse Undocumented
Class Test_XHTMLParser Undocumented
Function path2url Undocumented
Function test_suite Undocumented
Function xhtml_tag Undocumented
Constant XHTML_TEST_DOCUMENT Undocumented
def path2url(path): (source)

Undocumented

def test_suite(): (source)

Undocumented

def xhtml_tag(tag): (source)

Undocumented

XHTML_TEST_DOCUMENT: str = (source)

Undocumented

Value
'''
    <!DOCTYPE html>
    <html>
    <head><title>TITLE</title></head>
    <body></body>
    </html>
    '''