Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ C
Class
C
Lib/test/pickletester.py:135–137 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
133
copyreg.add_extension(pair[0], pair[1], code)
134
135
class
C:
136
def
__eq__(self, other):
137
return
self.__dict__ == other.__dict__
138
139
class
D(C):
140
def
__init__(self, arg):
Callers
5
create_data
Function · 0.70
test_bad_state
Method · 0.70
test_newobj_generic
Method · 0.70
test_newobj_proxies
Method · 0.70
test_attribute_name_interning
Method · 0.70
Calls
no outgoing calls
Tested by
5
create_data
Function · 0.56
test_bad_state
Method · 0.56
test_newobj_generic
Method · 0.56
test_newobj_proxies
Method · 0.56
test_attribute_name_interning
Method · 0.56