MCPcopy 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

1import sqlite3 as sqlite
2import unittest
3
4rows = [(3,), (4,)]

Callers

nothing calls this directly

Calls 8

executescriptMethod · 0.80
executemanyMethod · 0.80
cursorMethod · 0.80
fetchallMethod · 0.80
create_aggregateMethod · 0.80
fetchoneMethod · 0.80
connectMethod · 0.45
executeMethod · 0.45

Tested by

no test coverage detected