Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/csev/py4e
/ sprank.py
File
sprank.py
code/pagerank/sprank.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
sqlite3
2
3
conn = sqlite3.connect(
'spider.sqlite'
)
4
cur = conn.cursor()
Callers
nothing calls this directly
Calls
5
list
Function · 0.85
range
Function · 0.70
append
Method · 0.45
items
Method · 0.45
close
Method · 0.45
Tested by
no test coverage detected