{
    "content": [
        {
            "type": "text",
            "text": "# glob (pydoc)\n\n**Summary:** glob - Filename globbing utility.\n\n## Section Outline\n\n- **NAME** (2 lines)\n- **MODULE REFERENCE** (8 lines)\n- **FUNCTIONS** (1 lines) — 3 subsections\n  - escape (2 lines)\n  - glob (10 lines)\n  - iglob (10 lines)\n- **DATA** (2 lines)\n- **FILE** (3 lines)\n\n## Full Content\n\n### NAME\n\nglob - Filename globbing utility.\n\n### MODULE REFERENCE\n\nhttps://docs.python.org/3.10/library/glob.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#### escape\n\nEscape all special characters.\n\n#### glob\n\nReturn a list of paths matching a pathname pattern.\n\nThe pattern may contain simple shell-style wildcards a la\nfnmatch. However, unlike fnmatch, filenames starting with a\ndot are special cases that are not matched by '*' and '?'\npatterns.\n\nIf recursive is true, the pattern '' will match any files and\nzero or more directories and subdirectories.\n\n#### iglob\n\nReturn an iterator which yields the paths matching a pathname pattern.\n\nThe pattern may contain simple shell-style wildcards a la\nfnmatch. However, unlike fnmatch, filenames starting with a\ndot are special cases that are not matched by '*' and '?'\npatterns.\n\nIf recursive is true, the pattern '' will match any files and\nzero or more directories and subdirectories.\n\n### DATA\n\nall = ['glob', 'iglob', 'escape']\n\n### FILE\n\n/usr/lib/python3.10/glob.py\n\n"
        }
    ],
    "structuredContent": {
        "command": "glob",
        "section": "",
        "mode": "pydoc",
        "summary": "glob - Filename globbing utility.",
        "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": "escape",
                        "lines": 2
                    },
                    {
                        "name": "glob",
                        "lines": 10
                    },
                    {
                        "name": "iglob",
                        "lines": 10
                    }
                ]
            },
            {
                "name": "DATA",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "FILE",
                "lines": 3,
                "subsections": []
            }
        ]
    }
}