Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ get_id
Method
get_id
crates/vm/src/object/ext.rs:557–559 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
555
556
#[inline(always)]
557
fn get_id(&self) -> usize {
558
self.as_object().unique_id()
559
}
560
561
#[inline(always)]
562
fn is<T>(&self, other: &T) -> bool
Callers
15
exit
Method · 0.45
set_inner
Method · 0.45
generate_hash
Method · 0.45
get
Method · 0.45
repr_wtf8
Method · 0.45
enter
Method · 0.45
hash
Method · 0.45
write_exception_recursive
Method · 0.45
collect_exception_group_leaf_ids
Function · 0.45
split_by_leaf_ids
Function · 0.45
unregister
Method · 0.45
execute_instruction
Method · 0.45
Implementers
1
ext.rs
crates/vm/src/object/ext.rs
Calls
2
unique_id
Method · 0.80
as_object
Method · 0.45
Tested by
no test coverage detected