{
    "content": [
        {
            "type": "text",
            "text": "# _symtable (pydoc)\n\n**Summary:** symtable\n\n## Section Outline\n\n- **NAME** (2 lines)\n- **FUNCTIONS** (1 lines) — 1 subsections\n  - symtable (2 lines)\n- **DATA** (21 lines)\n- **FILE** (3 lines)\n\n## Full Content\n\n### NAME\n\nsymtable\n\n### FUNCTIONS\n\n#### symtable\n\nReturn symbol and scope dictionaries used internally by compiler.\n\n### DATA\n\nCELL = 5\nDEFANNOT = 256\nDEFBOUND = 134\nDEFFREE = 32\nDEFFREECLASS = 64\nDEFGLOBAL = 1\nDEFIMPORT = 128\nDEFLOCAL = 2\nDEFNONLOCAL = 8\nDEFPARAM = 4\nFREE = 4\nGLOBALEXPLICIT = 2\nGLOBALIMPLICIT = 3\nLOCAL = 1\nSCOPEMASK = 15\nSCOPEOFF = 11\nTYPECLASS = 1\nTYPEFUNCTION = 0\nTYPEMODULE = 2\nUSE = 16\n\n### FILE\n\n(built-in)\n\n"
        }
    ],
    "structuredContent": {
        "command": "_symtable",
        "section": "",
        "mode": "pydoc",
        "summary": "symtable",
        "synopsis": null,
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [],
        "examples": [],
        "see_also": [],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "FUNCTIONS",
                "lines": 1,
                "subsections": [
                    {
                        "name": "symtable",
                        "lines": 2
                    }
                ]
            },
            {
                "name": "DATA",
                "lines": 21,
                "subsections": []
            },
            {
                "name": "FILE",
                "lines": 3,
                "subsections": []
            }
        ]
    }
}