Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/csev/py4e
/ urlwords.py
File
urlwords.py
code3/urlwords.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
urllib.request, urllib.parse, urllib.error
2
3
fhand = urllib.request.urlopen(
'http://data.pr4e.org/romeo.txt'
)
4
Callers
nothing calls this directly
Calls
4
print
Function · 0.85
split
Method · 0.80
decode
Method · 0.45
get
Method · 0.45
Tested by
no test coverage detected