Lines Matching refs:file_location
151 file_location, info = urllib.request.urlretrieve(*args, **kwargs)
153 yield file_location, info
155 support.unlink(file_location)
159 with self.urlretrieve(self.logo) as (file_location, info):
160 self.assertTrue(os.path.exists(file_location), "file location returned by"
162 with open(file_location, 'rb') as f:
169 support.TESTFN) as (file_location, info):
170 self.assertEqual(file_location, support.TESTFN)
171 self.assertTrue(os.path.exists(file_location))
172 with open(file_location, 'rb') as f:
177 with self.urlretrieve(self.logo) as (file_location, info):
184 with self.urlretrieve(self.logo) as (file_location, fileheaders):
199 file_location, fileheaders):