MCPcopy 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

commitMethod · 0.80
appendMethod · 0.45
executeMethod · 0.45

Tested by

no test coverage detected