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

Method lastrowid

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

Source from the content-addressed store, hash-verified

1954
1955 #[pygetset]
1956 fn lastrowid(&self, vm: &VirtualMachine) -> PyResult<i64> {
1957 self.inner(vm).map(|x| x.lastrowid)
1958 }
1959
1960 #[pygetset]
1961 fn rowcount(&self, vm: &VirtualMachine) -> PyResult<i64> {

Callers 1

executeMethod · 0.80

Calls 2

mapMethod · 0.45
innerMethod · 0.45

Tested by

no test coverage detected