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

Method rowcount

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

Source from the content-addressed store, hash-verified

1959
1960 #[pygetset]
1961 fn rowcount(&self, vm: &VirtualMachine) -> PyResult<i64> {
1962 self.inner(vm).map(|x| x.rowcount)
1963 }
1964
1965 #[pygetset]
1966 fn description(&self, vm: &VirtualMachine) -> PyResult<Option<PyTupleRef>> {

Callers

nothing calls this directly

Calls 2

mapMethod · 0.45
innerMethod · 0.45

Tested by

no test coverage detected