MCPcopy
hub / github.com/csev/py4e / twdump.py

File twdump.py

old/old-code/twdump.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import sqlite3
2
3conn = sqlite3.connect('twdata.db')
4cur = conn.cursor()

Callers

nothing calls this directly

Calls 1

closeMethod · 0.45

Tested by

no test coverage detected