/usr/lib/python3/dist-packages/lxml/html/__pycache__
NameSizeModeActions
builder.cpython-310.pyc29170644editdlrm
clean.cpython-310.pyc176780644editdlrm
defs.cpython-310.pyc27910644editdlrm
diff.cpython-310.pyc240530644editdlrm
ElementSoup.cpython-310.pyc4900644editdlrm
formfill.cpython-310.pyc73630644editdlrm
html5parser.cpython-310.pyc63930644editdlrm
soupparser.cpython-310.pyc79930644editdlrm
usedoctest.cpython-310.pyc4160644editdlrm
_diffcommand.cpython-310.pyc22760644editdlrm
_html5builder.cpython-310.pyc35820644editdlrm
_setmixin.cpython-310.pyc20750644editdlrm
__init__.cpython-310.pyc564330644editdlrm
Edit: /usr/lib/python3/dist-packages/lxml/html/__pycache__/builder.cpython-310.pyc (2917B)
o ;/b@sfdZddlmZddlmZeejdZejZej Z ej Z ej ZejZejZejZejZejZejZejZejZejZ ej!Z"ej#Z$ej%Z&ej'Z(ej)Z*ej+Z,ej-Z.ej/Z0ej1Z2e3edZ4ej5Z6ej7Z8ej9Z:ej;Zej?Z@ejAZBejCZDejEZFejGZHejIZJejKZLejMZNejOZPejQZRejSZTejUZVejWZXejYZZej[Z\ej]Z^ej_Z`ejaZbejcZdejeZfejgZhejiZjejkZlejmZnejoZpejqZrejsZtejuZvejwZxejyZzej{Z|ej}Z~ejZejZejZejZejZejZejZejZejZejZejZejZejZejZejZejZejZejZejZejZejZejZejZejZejZejZejZejZejZejZejZeZddZdd Zd S) a! A set of HTML generator tags for building HTML documents. Usage:: >>> from lxml.html.builder import * >>> html = HTML( ... HEAD( TITLE("Hello World") ), ... BODY( CLASS("main"), ... H1("Hello World !") ... ) ... ) >>> import lxml.etree >>> print lxml.etree.tostring(html, pretty_print=True) Hello World

Hello World !

) ElementMaker) html_parser) makeelementdelcCd|iS)Nclassvrr3/usr/lib/python3/dist-packages/lxml/html/builder.pyCLASSr cCr)Nforrr rrr FORr rN)__doc__ lxml.builderr lxml.htmlrrEaAabbrABBRacronymACRONYMaddressADDRESSappletAPPLETareaAREAbBbaseBASEbasefontBASEFONTbdoBDObigBIG blockquote BLOCKQUOTEbodyBODYbrBRbuttonBUTTONcaptionCAPTIONcenterCENTERciteCITEcodeCODEcolCOLcolgroupCOLGROUPddDDgetattrDELdfnDFNdirDIRdivDIVdlDLdtDTemEMfieldsetFIELDSETfontFONTformFORMframeFRAMEframesetFRAMESETh1H1h2H2h3H3h4H4h5H5h6H6headHEADhrHRhtmlHTMLiIiframeIFRAMEimgIMGinputINPUTinsINSisindexISINDEXkbdKBDlabelLABELlegendLEGENDliLIlinkLINKmapMAPmenuMENUmetaMETAnoframesNOFRAMESnoscriptNOSCRIPTobjectOBJECTolOLoptgroupOPTGROUPoptionOPTIONpPparamPARAMprePREqQsSsampSAMPscriptSCRIPTselectSELECTsmallSMALLspanSPANstrikeSTRIKEstrongSTRONGstyleSTYLEsubSUBsupSUPtableTABLEtbodyTBODYtdTDtextareaTEXTAREAtfootTFOOTthTHtheadTHEADtitleTITLEtrTRttTTuUulULvarVARdictATTRr rrrrr s