MCPcopy Index your code
hub / github.com/python/cpython / B

Class B

Lib/test/test_gc.py:150–151  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

148 del a
149 self.assertNotEqual(gc.collect(), 0)
150 class B(list):
151 pass
152 class C(B, A):
153 pass
154 a = C()

Callers 3

test_legacy_finalizerMethod · 0.70
do_workMethod · 0.70

Calls

no outgoing calls

Tested by 3

test_legacy_finalizerMethod · 0.56
do_workMethod · 0.56