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

Method into_iter

crates/vm/src/builtins/dict.rs:789–791  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

787 type IntoIter = DictIntoIter;
788
789 fn into_iter(self) -> Self::IntoIter {
790 DictIntoIter::new(self)
791 }
792}
793
794impl<'a> IntoIterator for &'a PyDictRef {

Callers 15

__dir__Method · 0.45
dedup_and_flatten_argsFunction · 0.45
hashMethod · 0.45
slot_newMethod · 0.45
fill_locals_from_argsMethod · 0.45
initMethod · 0.45
do_sortFunction · 0.45
unionMethod · 0.45
intersectionMethod · 0.45
differenceMethod · 0.45
symmetric_differenceMethod · 0.45
intersection_updateMethod · 0.45

Calls 1

newFunction · 0.85

Tested by

no test coverage detected