Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ get
Method
get
crates/vm/src/object/core.rs:932–934 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
930
931
#[inline]
932
pub fn get(&self) -> PyDictRef {
933
self.d.read().clone()
934
}
935
936
#[inline]
937
pub fn set(&self, d: PyDictRef) {
Callers
12
begin
Function · 0.45
end
Function · 0.45
clear
Method · 0.45
clear_for_gc_collect_callbacks
Method · 0.45
count
Method · 0.45
dict
Method · 0.45
strong_count
Method · 0.45
is_borrowed
Method · 0.45
as_object
Method · 0.45
to_pyobj
Method · 0.45
promote
Method · 0.45
drop
Method · 0.45
Calls
2
clone
Method · 0.45
read
Method · 0.45
Tested by
no test coverage detected