MCPcopy 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_vecMethod · 0.45

Calls 1

newFunction · 0.85

Tested by

no test coverage detected