nturl2path
index
/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/nturl2path.py
Module Docs

Convert a NT pathname to a file URL and vice versa.

 
Functions
       
pathname2url(p)
OS-specific conversion from a file system path to a relative URL
of the 'file' scheme; not recommended for general use.
url2pathname(url)
OS-specific conversion from a relative URL of the 'file' scheme
to a file system path; not recommended for general use.