HomeSort by relevance Sort by last modified time
    Searched refs:fileheaders (Results 1 - 3 of 3) sorted by null

  /external/python/cpython3/Lib/test/
test_urllibnet.py 184 with self.urlretrieve(self.logo) as (file_location, fileheaders):
185 datevalue = fileheaders.get('Date')
199 file_location, fileheaders):
200 expected_size = int(fileheaders['Content-Length'])
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_urllibnet.py 185 file_location, fileheaders = self.urlretrieve(logo)
187 datevalue = fileheaders.getheader('Date')
  /external/python/cpython2/Lib/test/
test_urllibnet.py 197 file_location, fileheaders = self.urlretrieve(logo)
199 datevalue = fileheaders.getheader('Date')

Completed in 197 milliseconds