Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ __eq__
Method
__eq__
extra_tests/snippets/builtin_dict.py:318–319 ·
view source on GitHub ↗
(self, other)
Source
from the content-addressed store, hash-verified
316
return
1
317
318
def
__eq__(self, other):
319
return
isinstance(other, A)
320
321
322
class
B:
Callers
9
builtin_float.py
File · 0.45
builtin_bytearray.py
File · 0.45
builtin_object.py
File · 0.45
builtin_range.py
File · 0.45
builtin_str.py
File · 0.45
builtin_bytes.py
File · 0.45
builtin_none.py
File · 0.45
builtin_int.py
File · 0.45
builtin_slice.py
File · 0.45
Calls
1
isinstance
Function · 0.85
Tested by
no test coverage detected