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

Method set

crates/vm/src/object/core.rs:937–939  ·  view source on GitHub ↗
(&self, d: PyDictRef)

Source from the content-addressed store, hash-verified

935
936 #[inline]
937 pub fn set(&self, d: PyDictRef) {
938 self.replace(d);
939 }
940
941 #[inline]
942 pub fn replace(&self, d: PyDictRef) -> PyDictRef {

Callers 15

dropMethod · 0.45
resolveMethod · 0.45
init_manuallyMethod · 0.45
init_builtin_typeMethod · 0.45
with_localsMethod · 0.45
cloneMethod · 0.45
execute_instructionMethod · 0.45
_trace_event_innerMethod · 0.45
setrecursionlimitFunction · 0.45
update_use_tracingFunction · 0.45
set_inheritableFunction · 0.45

Calls 1

replaceMethod · 0.45

Tested by

no test coverage detected