MCPcopy 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)

Calls

no outgoing calls