Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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_finalizer
Method · 0.70
test_legacy_finalizer_newclass
Method · 0.70
do_work
Method · 0.70
Calls
no outgoing calls
Tested by
3
test_legacy_finalizer
Method · 0.56
test_legacy_finalizer_newclass
Method · 0.56
do_work
Method · 0.56