/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
macurl2path.py | 8 __all__ = ["url2pathname","pathname2url"] 10 def url2pathname(pathname): function 85 print '%r -> %r' % (url, url2pathname(url))
|
nturl2path.py | 3 def url2pathname(url): function
|
urllib.py | 37 "urlencode", "url2pathname", "pathname2url", "splittag", 49 from nturl2path import url2pathname, pathname2url namespace 51 from rourl2path import url2pathname, pathname2url namespace 53 def url2pathname(pathname): function 237 return url2pathname(splithost(url1)[1]), hdrs 473 localname = url2pathname(file) [all...] |
urllib2.py | 117 from urllib import localhost, url2pathname, getproxies, proxy_bypass namespace [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
macurl2path.py | 8 __all__ = ["url2pathname","pathname2url"] 10 def url2pathname(pathname): function 85 print '%r -> %r' % (url, url2pathname(url))
|
nturl2path.py | 3 def url2pathname(url): function
|
urllib.py | 37 "urlencode", "url2pathname", "pathname2url", "splittag", 49 from nturl2path import url2pathname, pathname2url namespace 51 from rourl2path import url2pathname, pathname2url namespace 53 def url2pathname(pathname): function 237 return url2pathname(splithost(url1)[1]), hdrs 473 localname = url2pathname(file) [all...] |
urllib2.py | 117 from urllib import localhost, url2pathname, getproxies, proxy_bypass namespace [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_urllib.py | 715 """Test pathname2url() and url2pathname()""" 725 result = urllib.url2pathname(expected_url) 732 # url2pathname() respectively 740 result = urllib.url2pathname(result) 742 "url2pathname() failed; %s != %s" % 752 result = urllib.url2pathname(given) 754 "url2pathname() failed; %s != %s" % 763 result = urllib.url2pathname(url) 765 'nturl2path.url2pathname() failed; %s != %s' % 769 result = urllib.url2pathname(given [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_urllib.py | 715 """Test pathname2url() and url2pathname()""" 725 result = urllib.url2pathname(expected_url) 732 # url2pathname() respectively 740 result = urllib.url2pathname(result) 742 "url2pathname() failed; %s != %s" % 752 result = urllib.url2pathname(given) 754 "url2pathname() failed; %s != %s" % 763 result = urllib.url2pathname(url) 765 'nturl2path.url2pathname() failed; %s != %s' % 769 result = urllib.url2pathname(given [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/ |
pimp.py | 676 path = urllib.url2pathname(path) [all...] |