Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ stdlib_sqlite.py
File
stdlib_sqlite.py
extra_tests/snippets/stdlib_sqlite.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
sqlite3
as
sqlite
2
import
unittest
3
4
rows = [(3,), (4,)]
Callers
nothing calls this directly
Calls
8
executescript
Method · 0.80
executemany
Method · 0.80
cursor
Method · 0.80
fetchall
Method · 0.80
create_aggregate
Method · 0.80
fetchone
Method · 0.80
connect
Method · 0.45
execute
Method · 0.45
Tested by
no test coverage detected