Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ B
Class
B
Lib/test/test_class.py:628–629 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
626
def
__hash__(self):
627
raise
TypeError
628
class
B(A):
629
pass
630
631
a1 = A(1)
632
a2 = A(1)
Callers
1
testObjectAttributeAccessErrorMessages
Method · 0.70
Calls
no outgoing calls
Tested by
1
testObjectAttributeAccessErrorMessages
Method · 0.56