MCPcopy 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
147impl Borrow<PyObject> for ArgMapping {

Callers 2

getenvironmentFunction · 0.45
envp_from_dictFunction · 0.45

Calls 1

mapping_uncheckedMethod · 0.80

Tested by

no test coverage detected