tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

html5lib.rst (661B)


      1 html5lib Package
      2 ================
      3 
      4 .. automodule:: html5lib
      5    :members: __version__
      6 
      7 :mod:`constants` Module
      8 -----------------------
      9 
     10 .. automodule:: html5lib.constants
     11    :members:
     12    :show-inheritance:
     13 
     14 :mod:`html5parser` Module
     15 -------------------------
     16 
     17 .. automodule:: html5lib.html5parser
     18    :members:
     19    :show-inheritance:
     20    :special-members: __init__
     21 
     22 :mod:`serializer` Module
     23 ------------------------
     24 
     25 .. automodule:: html5lib.serializer
     26    :members:
     27    :show-inheritance:
     28    :special-members: __init__
     29 
     30 Subpackages
     31 -----------
     32 
     33 .. toctree::
     34 
     35    html5lib.filters
     36    html5lib.treebuilders
     37    html5lib.treewalkers
     38    html5lib.treeadapters