Lines Matching refs:reporthook
223 def urlretrieve(url, filename=None, reporthook=None, data=None):
228 the temporary file location. The reporthook argument should be
266 if reporthook:
267 reporthook(blocknum, bs, size)
276 if reporthook:
277 reporthook(blocknum, bs, size)
1806 def retrieve(self, url, filename=None, reporthook=None, data=None):
1845 if reporthook:
1846 reporthook(blocknum, bs, size)
1854 if reporthook:
1855 reporthook(blocknum, bs, size)