{
    "mode": "pydoc",
    "parameter": "keyword",
    "section": "",
    "url": "https://www.chedong.com/phpMan.php/pydoc/keyword/json",
    "generated": "2026-06-02T13:24:21Z",
    "sections": {
        "NAME": {
            "content": "keyword - Keywords (from \"Grammar/python.gram\")\n",
            "subsections": []
        },
        "MODULE REFERENCE": {
            "content": "https://docs.python.org/3.10/library/keyword.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",
            "subsections": []
        },
        "DESCRIPTION": {
            "content": "This file is automatically generated; please don't muck it up!\n\nTo update the symbols in this file, 'cd' to the top directory of\nthe python source tree and run:\n\nPYTHONPATH=Tools/peggenerator python3 -m pegen.keywordgen         Grammar/python.gram         Grammar/Tokens         Lib/keyword.py\n\nAlternatively, you can run 'make regen-keyword'.\n",
            "subsections": []
        },
        "FUNCTIONS": {
            "content": "iskeyword = contains(...) method of builtins.frozenset instance\nx.contains(y) <==> y in x.\n\nissoftkeyword = contains(...) method of builtins.frozenset instance\nx.contains(y) <==> y in x.\n",
            "subsections": []
        },
        "DATA": {
            "content": "all = ['iskeyword', 'issoftkeyword', 'kwlist', 'softkwlist']\nkwlist = ['False', 'None', 'True', 'and', 'as', 'assert', 'async', 'aw...\nsoftkwlist = ['', 'case', 'match']\n",
            "subsections": []
        },
        "FILE": {
            "content": "/usr/lib/python3.10/keyword.py\n\n",
            "subsections": []
        }
    },
    "summary": "keyword - Keywords (from \"Grammar/python.gram\")",
    "flags": [],
    "examples": [],
    "see_also": []
}