Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
794
impl<
'a> IntoIterator for &'
a PyDictRef {
Callers
15
__dir__
Method · 0.45
dedup_and_flatten_args
Function · 0.45
hash
Method · 0.45
slot_new
Method · 0.45
fill_locals_from_args
Method · 0.45
init
Method · 0.45
do_sort
Function · 0.45
union
Method · 0.45
intersection
Method · 0.45
difference
Method · 0.45
symmetric_difference
Method · 0.45
intersection_update
Method · 0.45
Calls
1
new
Function · 0.85
Tested by
no test coverage detected