MCPcopy
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

1import sqlite3
2
3conn = sqlite3.connect('spider.sqlite')
4cur = conn.cursor()

Callers

nothing calls this directly

Calls 5

listFunction · 0.85
rangeFunction · 0.70
appendMethod · 0.45
itemsMethod · 0.45
closeMethod · 0.45

Tested by

no test coverage detected