# nturl2path - pydoc - phpman

Help on module nturl2path:

## NAME
    nturl2path - Convert a NT pathname to a file URL and vice versa.

## MODULE REFERENCE
    <https://docs.python.org/3.10/library/nturl2path.html>

    The following documentation is automatically generated from the Python
    source files.  It may be incomplete, incorrect or include features that
    are considered implementation detail and may vary between Python
    implementations.  When in doubt, consult the module reference at the
    location listed above.

## DESCRIPTION
    This module only exists to provide OS-specific code
    for urllib.requests, thus do not use directly.

## FUNCTIONS
### pathname2url
        OS-specific conversion from a file system path to a relative URL
        of the 'file' scheme; not recommended for general use.

### url2pathname
        OS-specific conversion from a relative URL of the 'file' scheme
        to a file system path; not recommended for general use.

## FILE
    /usr/lib/python3.10/nturl2path.py


