Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/csev/py4e
/ curl1.py
File
curl1.py
old/old-code/curl1.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
urllib
2
3
img = urllib.urlopen(
'http://www.py4inf.com/cover.jpg'
).read()
4
fhand = open(
'cover.jpg'
,
'w'
)
Callers
nothing calls this directly
Calls
2
read
Method · 0.80
close
Method · 0.45
Tested by
no test coverage detected