MCPcopy 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

mapMethod · 0.45
innerMethod · 0.45
cloneMethod · 0.45

Tested by

no test coverage detected