Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
execute
Method · 0.80
Calls
2
map
Method · 0.45
inner
Method · 0.45
Tested by
no test coverage detected