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

Method mapping

crates/vm/src/frame.rs:527–529  ·  view source on GitHub ↗
(&self, vm: &VirtualMachine)

Source from the content-addressed store, hash-verified

525
526 #[inline]
527 pub fn mapping(&self, vm: &VirtualMachine) -> crate::protocol::PyMapping<'_> {
528 self.get_or_create(vm).mapping()
529 }
530
531 #[inline]
532 pub fn clone_mapping(&self, vm: &VirtualMachine) -> ArgMapping {

Callers 4

locals_to_fastMethod · 0.45
localsMethod · 0.45
execute_instructionMethod · 0.45
import_starMethod · 0.45

Calls 1

get_or_createMethod · 0.80

Tested by

no test coverage detected