MCPcopy Index your code
hub / github.com/RustPython/RustPython / total_changes

Method total_changes

crates/stdlib/src/_sqlite3.rs:1593–1595  ·  view source on GitHub ↗
(&self, vm: &VirtualMachine)

Source from the content-addressed store, hash-verified

1591
1592 #[pygetset]
1593 fn total_changes(&self, vm: &VirtualMachine) -> PyResult<c_int> {
1594 self._db_lock(vm).map(|x| x.total_changes())
1595 }
1596 }
1597
1598 #[pyattr]

Callers

nothing calls this directly

Calls 2

_db_lockMethod · 0.80
mapMethod · 0.45

Tested by

no test coverage detected