{
    "mode": "pydoc",
    "parameter": "_warnings",
    "section": "",
    "url": "https://www.chedong.com/phpMan.php/pydoc/_warnings/json",
    "generated": "2026-06-02T15:04:26Z",
    "sections": {
        "NAME": {
            "content": "warnings\n",
            "subsections": []
        },
        "DESCRIPTION": {
            "content": "warnings provides basic warning filtering support.\nIt is a helper module to speed up interpreter start-up.\n",
            "subsections": []
        },
        "FUNCTIONS": {
            "content": "",
            "subsections": [
                {
                    "name": "warn",
                    "content": "Issue a warning, or maybe ignore it or raise an exception.\n"
                },
                {
                    "name": "warn_explicit",
                    "content": "Low-level interface to warnings functionality.\n"
                }
            ]
        },
        "DATA": {
            "content": "filters = [('default', None, <class 'DeprecationWarning'>, 'main',...\n",
            "subsections": []
        },
        "FILE": {
            "content": "(built-in)\n\n",
            "subsections": []
        }
    },
    "summary": "warnings",
    "flags": [],
    "examples": [],
    "see_also": []
}