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

Method iter

crates/vm/src/stdlib/_io.rs:605–607  ·  view source on GitHub ↗
(_zelf: PyRef<Self>, _vm: &VirtualMachine)

Source from the content-addressed store, hash-verified

603 }
604
605 fn iter(_zelf: PyRef<Self>, _vm: &VirtualMachine) -> PyResult {
606 unreachable!("slot_iter is implemented")
607 }
608 }
609
610 impl IterNext for _IOBase {

Callers 15

__reduce__Method · 0.45
argvFunction · 0.45
stdlib_module_namesFunction · 0.45
pathFunction · 0.45
warnoptionsFunction · 0.45
getwindowsversionFunction · 0.45
update_code_filenamesFunction · 0.45
childrenMethod · 0.45
get_namespacesMethod · 0.45
_findfirstfileFunction · 0.45
spawnvFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected