HEX
Server: Apache
System: Linux dinesh8189 5.15.98-grsec-sharedvalley-2.lc.el8.x86_64 #1 SMP Thu Mar 9 09:07:30 -03 2023 x86_64
User: cgmgerenciamento1 (814285)
PHP: 8.1.26
Disabled: apache_child_terminate,dl,escapeshellarg,escapeshellcmd,exec,link,mail,openlog,passthru,pcntl_alarm,pcntl_exec,pcntl_fork,pcntl_get_last_error,pcntl_getpriority,pcntl_setpriority,pcntl_signal,pcntl_signal_dispatch,pcntl_sigprocmask,pcntl_sigtimedwait,pcntl_sigwaitinfo,pcntl_strerror,pcntl_wait,pcntl_waitpid,pcntl_wexitstatus,pcntl_wifexited,pcntl_wifsignaled,pcntl_wifstopped,pcntl_wstopsig,pcntl_wtermsig,php_check_syntax,php_strip_whitespace,popen,proc_close,proc_open,shell_exec,symlink,system
Upload Files
File: //usr/lib64/python3.6/site-packages/lxml/html/__pycache__/builder.cpython-36.pyc
3

�]N��@sfdZddlmZddlmZeejd�ZejZej	Z
ejZej
ZejZejZejZejZejZejZejZejZejZ ej!Z"ej#Z$ej%Z&ej'Z(ej)Z*ej+Z,ej-Z.ej/Z0ej1Z2e3ed�Z4ej5Z6ej7Z8ej9Z:ej;Z<ej=Z>ej?Z@ejAZBejCZDejEZFejGZHejIZJejKZLejMZNejOZPejQZRejSZTejUZVejWZXejYZZej[Z\ej]Z^ej_Z`ejaZbejcZdejeZfejgZhejiZjejkZlejmZnejoZpejqZrejsZtejuZvejwZxejyZzej{Z|ej}Z~ejZ�ej�Z�ej�Z�ej�Z�ej�Z�ej�Z�ej�Z�ej�Z�ej�Z�ej�Z�ej�Z�ej�Z�ej�Z�ej�Z�ej�Z�ej�Z�ej�Z�ej�Z�ej�Z�ej�Z�ej�Z�ej�Z�ej�Z�ej�Z�ej�Z�ej�Z�ej�Z�ej�Z�ej�Z�ej�Z�ej�Z�e�Z�dd�Z�dd	�Z�d
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)
    <html>
      <head>
        <title>Hello World</title>
      </head>
      <body class="main">
        <h1>Hello World !</h1>
      </body>
    </html>

�)�ElementMaker)�html_parser)�makeelement�delcCsd|iS)N�class�)�vrr�/usr/lib64/python3.6/builder.py�CLASS�sr
cCsd|iS)N�forr)rrrr	�FOR�srN)��__doc__Zlxml.builderrZ	lxml.htmlrr�E�a�AZabbrZABBRZacronymZACRONYMZaddressZADDRESSZappletZAPPLETZareaZAREA�b�B�baseZBASEZbasefontZBASEFONTZbdoZBDOZbigZBIGZ
blockquoteZ
BLOCKQUOTEZbodyZBODY�brZBRZbuttonZBUTTONZcaptionZCAPTION�centerZCENTERZciteZCITE�codeZCODE�colZCOLZcolgroupZCOLGROUPZddZDD�getattrZDELZdfnZDFN�dirZDIRZdivZDIVZdlZDLZdtZDTZemZEMZfieldsetZFIELDSETZfontZFONTZformZFORM�frameZFRAMEZframesetZFRAMESETZh1ZH1Zh2ZH2Zh3ZH3Zh4ZH4Zh5ZH5Zh6ZH6�headZHEADZhrZHRZhtmlZHTML�i�IZiframeZIFRAMEZimgZIMG�inputZINPUTZinsZINSZisindexZISINDEXZkbdZKBDZlabelZLABELZlegendZLEGENDZliZLI�linkZLINK�mapZMAPZmenuZMENU�metaZMETAZnoframesZNOFRAMESZnoscriptZNOSCRIPT�objectZOBJECTZolZOLZoptgroupZOPTGROUPZoptionZOPTION�p�PZparamZPARAMZpreZPRE�q�Q�s�SZsampZSAMPZscriptZSCRIPTZselectZSELECTZsmallZSMALL�spanZSPANZstrikeZSTRIKEZstrongZSTRONGZstyleZSTYLE�subZSUBZsupZSUP�tableZTABLEZtbodyZTBODYZtdZTDZtextareaZTEXTAREAZtfootZTFOOTZthZTHZtheadZTHEAD�titleZTITLEZtrZTRZttZTT�u�UZulZUL�varZVAR�dictZATTRr
rrrrr	�<module>s�