{
    "content": [
        {
            "type": "text",
            "text": "# _md5 (pydoc)\n\n**Summary:** md5\n\n## Section Outline\n\n- **NAME** (2 lines)\n- **CLASSES** (27 lines)\n- **FUNCTIONS** (1 lines) — 1 subsections\n  - md5 (2 lines)\n- **FILE** (3 lines)\n\n## Full Content\n\n### NAME\n\nmd5\n\n### CLASSES\n\nbuiltins.object\nmd5\n\nMD5Type = class md5(builtins.object)\n|  Methods defined here:\n|\n|  copy(self, /)\n|      Return a copy of the hash object.\n|\n|  digest(self, /)\n|      Return the digest value as a bytes object.\n|\n|  hexdigest(self, /)\n|      Return the digest value as a string of hexadecimal digits.\n|\n|  update(self, obj, /)\n|      Update this hash object's state with the provided string.\n|\n|  ----------------------------------------------------------------------\n|  Data descriptors defined here:\n|\n|  blocksize\n|\n|  digestsize\n|\n|  name\n\n### FUNCTIONS\n\n#### md5\n\nReturn a new MD5 hash object; optionally initialized with a string.\n\n### FILE\n\n(built-in)\n\n"
        }
    ],
    "structuredContent": {
        "command": "_md5",
        "section": "",
        "mode": "pydoc",
        "summary": "md5",
        "synopsis": null,
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [],
        "examples": [],
        "see_also": [],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "CLASSES",
                "lines": 27,
                "subsections": []
            },
            {
                "name": "FUNCTIONS",
                "lines": 1,
                "subsections": [
                    {
                        "name": "md5",
                        "lines": 2
                    }
                ]
            },
            {
                "name": "FILE",
                "lines": 3,
                "subsections": []
            }
        ]
    }
}