MCPcopy Index your code
hub / github.com/python/cpython / urlretrieve.py

File urlretrieve.py

PCbuild/urlretrieve.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1# Simple Python script to download a file. Used as a fallback
2# when other more reliable methods fail.
3#
4from __future__ import print_function

Callers

nothing calls this directly

Calls 2

urlretrieveFunction · 0.90
exitMethod · 0.45

Tested by

no test coverage detected