MCPcopy 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
135class C:
136 def __eq__(self, other):
137 return self.__dict__ == other.__dict__
138
139class D(C):
140 def __init__(self, arg):

Callers 5

create_dataFunction · 0.70
test_bad_stateMethod · 0.70
test_newobj_genericMethod · 0.70
test_newobj_proxiesMethod · 0.70

Calls

no outgoing calls

Tested by 5

create_dataFunction · 0.56
test_bad_stateMethod · 0.56
test_newobj_genericMethod · 0.56
test_newobj_proxiesMethod · 0.56