{
    "content": [
        {
            "type": "text",
            "text": "# _strptime (pydoc)\n\n**Summary:** strptime - Strptime-related classes and functions.\n\n## Section Outline\n\n- **NAME** (2 lines)\n- **MODULE REFERENCE** (8 lines)\n- **DESCRIPTION** (9 lines)\n- **DATA** (2 lines)\n- **FILE** (3 lines)\n\n## Full Content\n\n### NAME\n\nstrptime - Strptime-related classes and functions.\n\n### MODULE REFERENCE\n\nhttps://docs.python.org/3.10/library/strptime.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### DESCRIPTION\n\nCLASSES:\nLocaleTime -- Discovers and stores locale-specific time information\nTimeRE -- Creates regexes for pattern matching a string of text containing\ntime information\n\nFUNCTIONS:\ngetlang -- Figure out what language is being used for the locale\nstrptime -- Calculates the time struct represented by the passed-in string\n\n### DATA\n\nall = []\n\n### FILE\n\n/usr/lib/python3.10/strptime.py\n\n"
        }
    ],
    "structuredContent": {
        "command": "_strptime",
        "section": "",
        "mode": "pydoc",
        "summary": "strptime - Strptime-related classes and functions.",
        "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": "DESCRIPTION",
                "lines": 9,
                "subsections": []
            },
            {
                "name": "DATA",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "FILE",
                "lines": 3,
                "subsections": []
            }
        ]
    }
}