Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ items
Method
items
crates/vm/src/builtins/dict.rs:473–475 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
471
472
#[pymethod]
473
const fn items(self) -> PyDictItems {
474
PyDictItems::new(self)
475
}
476
477
#[pymethod]
478
fn __reversed__(self) -> PyDictReverseKeyIterator {
Callers
1
items_vec
Method · 0.45
Calls
1
new
Function · 0.85
Tested by
no test coverage detected