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

Method iter

crates/stdlib/src/_sqlite3.rs:2292–2294  ·  view source on GitHub ↗
(zelf: PyRef<Self>, vm: &VirtualMachine)

Source from the content-addressed store, hash-verified

2290
2291 impl Iterable for Row {
2292 fn iter(zelf: PyRef<Self>, vm: &VirtualMachine) -> PyResult {
2293 Iterable::iter(zelf.data.clone(), vm)
2294 }
2295 }
2296
2297 impl AsMapping for Row {

Callers 6

func_callbackMethod · 0.45
call_method_with_argsMethod · 0.45
executemanyMethod · 0.45
keysMethod · 0.45
subscriptMethod · 0.45

Calls 2

iterFunction · 0.85
cloneMethod · 0.45

Tested by

no test coverage detected