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

Macintosh-specific module for conversion between pathnames and URLs.
 
Do not import directly; use urllib instead.

 
Modules
       
os
urllib

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

 
Data
        __all__ = ['url2pathname', 'pathname2url']