Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
1274
impl Comparable for PyDictKeys {
Callers
1
get_inner
Method · 0.45
Calls
2
to_owned
Method · 0.45
dict
Method · 0.45
Tested by
no test coverage detected