Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ eq
Method
eq
crates/stdlib/src/contextvars.rs:314–316 ·
view source on GitHub ↗
(&self, other: &Self)
Source
from the content-addressed store, hash-verified
312
313
impl PartialEq for ContextVar {
314
fn eq(&self, other: &Self) -> bool {
315
core::ptr::eq(self, other)
316
}
317
}
318
impl Eq for ContextVar {}
319
Callers
1
subscript
Method · 0.45
Calls
1
eq
Function · 0.50
Tested by
no test coverage detected