Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ test_simple
Method
test_simple
Lib/test/test_sqlite3/test_backup.py:61–64 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
59
self.cx.backup(bck, 1)
60
61
def
test_simple(self):
62
with
memory_database()
as
bck:
63
self.cx.backup(bck)
64
self.verify_backup(bck)
65
66
def
test_progress(self):
67
journal = []
Callers
nothing calls this directly
Calls
3
verify_backup
Method · 0.95
memory_database
Function · 0.85
backup
Method · 0.80
Tested by
no test coverage detected