Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
drop
Method · 0.45
resolve
Method · 0.45
init_manually
Method · 0.45
init_builtin_type
Method · 0.45
with_locals
Method · 0.45
clone
Method · 0.45
execute_instruction
Method · 0.45
_trace_event_inner
Method · 0.45
setrecursionlimit
Function · 0.45
update_use_tracing
Function · 0.45
set_coroutine_origin_tracking_depth
Function · 0.45
set_inheritable
Function · 0.45
Calls
1
replace
Method · 0.45
Tested by
no test coverage detected