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

Method mapping

crates/vm/src/builtins/dict.rs:1269–1271  ·  view source on GitHub ↗
(zelf: PyRef<Self>)

Source from the content-addressed store, hash-verified

1267
1268 #[pygetset]
1269 fn mapping(zelf: PyRef<Self>) -> PyMappingProxy {
1270 PyMappingProxy::from(zelf.dict().to_owned())
1271 }
1272}
1273
1274impl Comparable for PyDictKeys {

Callers 1

get_innerMethod · 0.45

Calls 2

to_ownedMethod · 0.45
dictMethod · 0.45

Tested by

no test coverage detected