{
    "content": [
        {
            "type": "text",
            "text": "# html (pydoc)\n\n**Summary:** html - General functions for HTML manipulation.\n\n## Section Outline\n\n- **NAME** (2 lines)\n- **MODULE REFERENCE** (8 lines)\n- **PACKAGE CONTENTS** (3 lines)\n- **FUNCTIONS** (1 lines) — 2 subsections\n  - escape (5 lines)\n  - unescape (6 lines)\n- **DATA** (2 lines)\n- **FILE** (3 lines)\n\n## Full Content\n\n### NAME\n\nhtml - General functions for HTML manipulation.\n\n### MODULE REFERENCE\n\nhttps://docs.python.org/3.10/library/html.html\n\nThe following documentation is automatically generated from the Python\nsource files.  It may be incomplete, incorrect or include features that\nare considered implementation detail and may vary between Python\nimplementations.  When in doubt, consult the module reference at the\nlocation listed above.\n\n### PACKAGE CONTENTS\n\nentities\nparser\n\n### FUNCTIONS\n\n#### escape\n\nReplace special characters \"&\", \"<\" and \">\" to HTML-safe sequences.\nIf the optional flag quote is true (the default), the quotation mark\ncharacters, both double quote (\") and single quote (') characters are also\ntranslated.\n\n#### unescape\n\nConvert all named and numeric character references (e.g. &gt;, &#62;,\n&x3e;) in the string s to the corresponding unicode characters.\nThis function uses the rules defined by the HTML 5 standard\nfor both valid and invalid character references, and the list of\nHTML 5 named character references defined in html.entities.html5.\n\n### DATA\n\nall = ['escape', 'unescape']\n\n### FILE\n\n/usr/lib/python3.10/html/init.py\n\n"
        }
    ],
    "structuredContent": {
        "command": "html",
        "section": "",
        "mode": "pydoc",
        "summary": "html - General functions for HTML manipulation.",
        "synopsis": null,
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [],
        "examples": [],
        "see_also": [],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "MODULE REFERENCE",
                "lines": 8,
                "subsections": []
            },
            {
                "name": "PACKAGE CONTENTS",
                "lines": 3,
                "subsections": []
            },
            {
                "name": "FUNCTIONS",
                "lines": 1,
                "subsections": [
                    {
                        "name": "escape",
                        "lines": 5
                    },
                    {
                        "name": "unescape",
                        "lines": 6
                    }
                ]
            },
            {
                "name": "DATA",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "FILE",
                "lines": 3,
                "subsections": []
            }
        ]
    }
}