Searched refs:urlretrieve (Results 1 – 4 of 4) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
D | test_urllibnet.py | 147 def urlretrieve(self, *args): member in urlretrieveNetworkTests 148 return _open_with_retry(urllib.urlretrieve, *args) 152 file_location,info = self.urlretrieve("http://www.python.org/") 165 file_location,info = self.urlretrieve("http://www.python.org/", 178 file_location, header = self.urlretrieve("http://www.python.org/") 185 file_location, fileheaders = self.urlretrieve(logo)
|
D | test_urllib.py | 253 result = urllib.urlretrieve("file:%s" % test_support.TESTFN) 263 result = urllib.urlretrieve(self.constructLocalFileUrl( 287 urllib.urlretrieve(self.constructLocalFileUrl(test_support.TESTFN), 296 urllib.urlretrieve(self.constructLocalFileUrl(srcFileName), 310 urllib.urlretrieve(self.constructLocalFileUrl(srcFileName), 324 urllib.urlretrieve(self.constructLocalFileUrl(srcFileName),
|
/device/linaro/bootloader/edk2/BaseTools/gcc/ |
D | mingw-gcc-build.py | 305 urllib.urlretrieve(url, local_file, progress)
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
D | urllib.py | 87 def urlretrieve(url, filename=None, reporthook=None, data=None): function 1600 fn, h = urlretrieve(url, None, reporthook)
|