{
    "content": [
        {
            "type": "text",
            "text": "# tty (pydoc)\n\n## NAME\n\ntty - Terminal utilities.\n\n## Sections\n\n- **NAME**\n- **MODULE REFERENCE**\n- **FUNCTIONS** (2 subsections)\n- **DATA**\n- **FILE**\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "tty",
        "section": "",
        "mode": "pydoc",
        "summary": "tty - Terminal utilities.",
        "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": "setcbreak",
                        "lines": 2
                    },
                    {
                        "name": "setraw",
                        "lines": 2
                    }
                ]
            },
            {
                "name": "DATA",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "FILE",
                "lines": 3,
                "subsections": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "tty - Terminal utilities.\n",
                "subsections": []
            },
            "MODULE REFERENCE": {
                "content": "https://docs.python.org/3.10/library/tty.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": []
            },
            "FUNCTIONS": {
                "content": "",
                "subsections": [
                    {
                        "name": "setcbreak",
                        "content": "Put terminal into a cbreak mode.\n"
                    },
                    {
                        "name": "setraw",
                        "content": "Put terminal into a raw mode.\n"
                    }
                ]
            },
            "DATA": {
                "content": "all = ['setraw', 'setcbreak']\n",
                "subsections": []
            },
            "FILE": {
                "content": "/usr/lib/python3.10/tty.py\n\n",
                "subsections": []
            }
        }
    }
}