Trees | Indices | Help |
---|
|
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|
|||
protocolPattern = re.compile(r'^\w+://')
|
|
converts a relative path to an absolute path. @param path the path to convert - if already absolute, is returned without conversion. @param base - optional. Defaults to the current directory. The base is intelligently concatenated to the given relative path. @return the relative path of path from base |
@return a relative path from base to path. base can be absolute, or relative to curdir, or defaults to curdir. |
Trees | Indices | Help |
---|
Generated by Epydoc 3.0beta1 on Wed Sep 09 13:44:16 2009 | http://epydoc.sourceforge.net |