{
    "content": [
        {
            "type": "text",
            "text": "# _opcode (pydoc)\n\n**Summary:** opcode - Opcode support module.\n\n## Section Outline\n\n- **NAME** (2 lines)\n- **MODULE REFERENCE** (8 lines)\n- **FUNCTIONS** (1 lines) — 1 subsections\n  - stack_effect (2 lines)\n- **FILE** (3 lines)\n\n## Full Content\n\n### NAME\n\nopcode - Opcode support module.\n\n### MODULE REFERENCE\n\nhttps://docs.python.org/3.10/library/opcode.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\n### FUNCTIONS\n\n#### stack_effect\n\nCompute the stack effect of the opcode.\n\n### FILE\n\n/usr/lib/python3.10/lib-dynload/opcode.cpython-310-x8664-linux-gnu.so\n\n"
        }
    ],
    "structuredContent": {
        "command": "_opcode",
        "section": "",
        "mode": "pydoc",
        "summary": "opcode - Opcode support module.",
        "synopsis": null,
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [],
        "examples": [],
        "see_also": [],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "MODULE REFERENCE",
                "lines": 8,
                "subsections": []
            },
            {
                "name": "FUNCTIONS",
                "lines": 1,
                "subsections": [
                    {
                        "name": "stack_effect",
                        "lines": 2
                    }
                ]
            },
            {
                "name": "FILE",
                "lines": 3,
                "subsections": []
            }
        ]
    }
}