Searched refs:constructLocalFileUrl (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/python/cpython2/Lib/test/ |
D | test_urllib.py | 398 def constructLocalFileUrl(self, filePath): member in urlretrieve_FileTests 433 result = urllib.urlretrieve(self.constructLocalFileUrl( 457 urllib.urlretrieve(self.constructLocalFileUrl(test_support.TESTFN), 466 urllib.urlretrieve(self.constructLocalFileUrl(srcFileName), 480 urllib.urlretrieve(self.constructLocalFileUrl(srcFileName), 494 urllib.urlretrieve(self.constructLocalFileUrl(srcFileName),
|
/aosp_15_r20/external/python/cpython3/Lib/test/ |
D | test_urllib.py | 720 def constructLocalFileUrl(self, filePath): member in urlretrieve_FileTests 760 result = urllib.request.urlretrieve(self.constructLocalFileUrl( 785 self.constructLocalFileUrl(os_helper.TESTFN), 794 urllib.request.urlretrieve(self.constructLocalFileUrl(srcFileName), 807 urllib.request.urlretrieve(self.constructLocalFileUrl(srcFileName), 821 urllib.request.urlretrieve(self.constructLocalFileUrl(srcFileName),
|