{
    "content": [
        {
            "type": "text",
            "text": "# nturl2path (pydoc)\n\n**Summary:** nturl2path - Convert a NT pathname to a file URL and vice versa.\n\n## Section Outline\n\n- **NAME** (2 lines)\n- **MODULE REFERENCE** (8 lines)\n- **DESCRIPTION** (3 lines)\n- **FUNCTIONS** (1 lines) — 2 subsections\n  - pathname2url (3 lines)\n  - url2pathname (3 lines)\n- **FILE** (3 lines)\n\n## Full Content\n\n### NAME\n\nnturl2path - Convert a NT pathname to a file URL and vice versa.\n\n### MODULE REFERENCE\n\nhttps://docs.python.org/3.10/library/nturl2path.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\nThis module only exists to provide OS-specific code\nfor urllib.requests, thus do not use directly.\n\n### FUNCTIONS\n\n#### pathname2url\n\nOS-specific conversion from a file system path to a relative URL\nof the 'file' scheme; not recommended for general use.\n\n#### url2pathname\n\nOS-specific conversion from a relative URL of the 'file' scheme\nto a file system path; not recommended for general use.\n\n### FILE\n\n/usr/lib/python3.10/nturl2path.py\n\n"
        }
    ],
    "structuredContent": {
        "command": "nturl2path",
        "section": "",
        "mode": "pydoc",
        "summary": "nturl2path - Convert a NT pathname to a file URL and vice versa.",
        "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": 3,
                "subsections": []
            },
            {
                "name": "FUNCTIONS",
                "lines": 1,
                "subsections": [
                    {
                        "name": "pathname2url",
                        "lines": 3
                    },
                    {
                        "name": "url2pathname",
                        "lines": 3
                    }
                ]
            },
            {
                "name": "FILE",
                "lines": 3,
                "subsections": []
            }
        ]
    }
}