{
    "content": [
        {
            "type": "text",
            "text": "# _yaml (pydoc)\n\n**Summary:** yaml\n\n## Section Outline\n\n- **NAME** (2 lines)\n- **DESCRIPTION** (6 lines)\n- **PACKAGE CONTENTS** (1 lines)\n- **FUNCTIONS** (1 lines) — 2 subsections\n  - get_version (1 lines)\n  - get_version_string (1 lines)\n- **DATA** (2 lines)\n- **FILE** (3 lines)\n\n## Full Content\n\n### NAME\n\nyaml\n\n### DESCRIPTION\n\n# This is a stub package designed to roughly emulate the yaml\n# extension module, which previously existed as a standalone module\n# and has been moved into the `yaml` package namespace.\n# It does not perfectly mimic its old counterpart, but should get\n# close enough for anyone who's relying on it even when they shouldn't.\n\n### PACKAGE CONTENTS\n\n### FUNCTIONS\n\n#### get_version\n\n#### get_version_string\n\n### DATA\n\nwarningregistry = {'version': 0}\n\n### FILE\n\n/usr/lib/python3/dist-packages/yaml/init.py\n\n"
        }
    ],
    "structuredContent": {
        "command": "_yaml",
        "section": "",
        "mode": "pydoc",
        "summary": "yaml",
        "synopsis": null,
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [],
        "examples": [],
        "see_also": [],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 6,
                "subsections": []
            },
            {
                "name": "PACKAGE CONTENTS",
                "lines": 1,
                "subsections": []
            },
            {
                "name": "FUNCTIONS",
                "lines": 1,
                "subsections": [
                    {
                        "name": "get_version",
                        "lines": 1
                    },
                    {
                        "name": "get_version_string",
                        "lines": 1
                    }
                ]
            },
            {
                "name": "DATA",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "FILE",
                "lines": 3,
                "subsections": []
            }
        ]
    }
}