¡@

Home 

python Programming Glossary: bytes_so_far

Python urllib2 Progress Hook

http://stackoverflow.com/questions/2028517/python-urllib2-progress-hook

reporting function import urllib2 sys def chunk_report bytes_so_far chunk_size total_size percent float bytes_so_far total_size.. bytes_so_far chunk_size total_size percent float bytes_so_far total_size percent round percent 100 2 sys.stdout.write Downloaded.. 100 2 sys.stdout.write Downloaded d of d bytes 0.2f r bytes_so_far total_size percent if bytes_so_far total_size sys.stdout.write..