{
    "content": [
        {
            "type": "text",
            "text": "# _warnings (pydoc)\n\n**Summary:** warnings\n\n## Section Outline\n\n- **NAME** (2 lines)\n- **DESCRIPTION** (3 lines)\n- **FUNCTIONS** (1 lines) — 2 subsections\n  - warn (2 lines)\n  - warn_explicit (2 lines)\n- **DATA** (2 lines)\n- **FILE** (3 lines)\n\n## Full Content\n\n### NAME\n\nwarnings\n\n### DESCRIPTION\n\nwarnings provides basic warning filtering support.\nIt is a helper module to speed up interpreter start-up.\n\n### FUNCTIONS\n\n#### warn\n\nIssue a warning, or maybe ignore it or raise an exception.\n\n#### warn_explicit\n\nLow-level interface to warnings functionality.\n\n### DATA\n\nfilters = [('default', None, <class 'DeprecationWarning'>, 'main',...\n\n### FILE\n\n(built-in)\n\n"
        }
    ],
    "structuredContent": {
        "command": "_warnings",
        "section": "",
        "mode": "pydoc",
        "summary": "warnings",
        "synopsis": null,
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [],
        "examples": [],
        "see_also": [],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 3,
                "subsections": []
            },
            {
                "name": "FUNCTIONS",
                "lines": 1,
                "subsections": [
                    {
                        "name": "warn",
                        "lines": 2
                    },
                    {
                        "name": "warn_explicit",
                        "lines": 2
                    }
                ]
            },
            {
                "name": "DATA",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "FILE",
                "lines": 3,
                "subsections": []
            }
        ]
    }
}