Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ is
Method
is
crates/vm/src/object/ext.rs:562–567 ·
view source on GitHub ↗
(&self, other: &T)
Source
from the content-addressed store, hash-verified
560
561
#[inline(always)]
562
fn is<T>(&self, other: &T) -> bool
563
where
564
T: AsObject,
565
{
566
self.get_id() == other.get_id()
567
}
568
569
#[inline(always)]
570
fn class(&self) -> &Py<PyType> {
Callers
15
do_handshake
Method · 0.80
reset
Method · 0.80
awaited_by_discard
Method · 0.80
task_step_handle_result
Function · 0.80
current_task
Function · 0.80
all_tasks
Function · 0.80
_leave_task
Function · 0.80
is_coroutine
Function · 0.80
py_new
Method · 0.80
extend
Method · 0.80
setitem_inner
Method · 0.80
__iadd__
Method · 0.80
Implementers
1
ext.rs
crates/vm/src/object/ext.rs
Calls
1
get_id
Method · 0.45
Tested by
no test coverage detected