Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ mapping
Method
mapping
crates/vm/src/function/protocol.rs:142–144 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
140
141
#[inline(always)]
142
pub fn mapping(&self) -> PyMapping<'_> {
143
self.obj.mapping_unchecked()
144
}
145
}
146
147
impl Borrow<PyObject> for ArgMapping {
Callers
2
getenvironment
Function · 0.45
envp_from_dict
Function · 0.45
Calls
1
mapping_unchecked
Method · 0.80
Tested by
no test coverage detected