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

Method values

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

Source from the content-addressed store, hash-verified

466
467 #[pymethod]
468 const fn values(self) -> PyDictValues {
469 PyDictValues::new(self)
470 }
471
472 #[pymethod]
473 const fn items(self) -> PyDictItems {

Callers 1

values_vecMethod · 0.45

Calls 1

newFunction · 0.85

Tested by

no test coverage detected