Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ description
Method
description
crates/stdlib/src/_sqlite3.rs:1966–1968 ·
view source on GitHub ↗
(&self, vm: &VirtualMachine)
Source
from the content-addressed store, hash-verified
1964
1965
#[pygetset]
1966
fn description(&self, vm: &VirtualMachine) -> PyResult<Option<PyTupleRef>> {
1967
self.inner(vm).map(|x| x.description.clone())
1968
}
1969
1970
#[pygetset]
1971
fn arraysize(&self) -> c_int {
Callers
nothing calls this directly
Calls
3
map
Method · 0.45
inner
Method · 0.45
clone
Method · 0.45
Tested by
no test coverage detected