Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ progress
Method
progress
Lib/test/test_sqlite3/test_backup.py:69–70 ·
view source on GitHub ↗
(status, remaining, total)
Source
from the content-addressed store, hash-verified
67
journal = []
68
69
def
progress(status, remaining, total):
70
journal.append(status)
71
72
with
memory_database()
as
bck:
73
self.cx.backup(bck, pages=1, progress=progress)
Callers
nothing calls this directly
Calls
3
commit
Method · 0.80
append
Method · 0.45
execute
Method · 0.45
Tested by
no test coverage detected