| Trees | Indices | Help |
|
|---|
|
|
URI parsing support
| Classes | |
| ParseException | |
|
MediaUri Media URI management |
|
| Functions | |||
| string, list or dict |
|
||
| string, list or dict of unicodes |
|
||
| Variables | |
__maintainer__ = 'Philippe Normand <philippe@fluendo.com>'
|
|
URI_RE = Nonehash(x) |
|
Imports: os, re, urllib, platform, copy, locale_helper, OrderedDict, Translatable
| Function Details |
Make strings, lists and dictionaries containing strings quoted using urllib.quote. Return value has the same type as the parameter given to this function. If the data is not a string, list or a dictionary, it is simply returned. Warning: If you want to quote a path containing '/' as seperators, you have to add the slash to not_quote, or it will be quoted also!!!
|
Unquote strings, lists and dictionaries containing strings quoted values using urllib.unquote. Return value has the same type as the parameter given to this function. If the data is not a string, list or a dictionary, it is simply returned.
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Tue Dec 1 10:54:20 2009 | http://epydoc.sourceforge.net |