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

Class A

Lib/test/test_gc.py:119–120  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

117
118 def test_class(self):
119 class A:
120 pass
121 A.a = A
122 gc.collect()
123 del A

Callers 10

test_instanceMethod · 0.70
test_newinstanceMethod · 0.70
test_methodMethod · 0.70
test_legacy_finalizerMethod · 0.70
test_delMethod · 0.70
test_del_newclassMethod · 0.70
do_workMethod · 0.70

Calls

no outgoing calls

Tested by 10

test_instanceMethod · 0.56
test_newinstanceMethod · 0.56
test_methodMethod · 0.56
test_legacy_finalizerMethod · 0.56
test_delMethod · 0.56
test_del_newclassMethod · 0.56
do_workMethod · 0.56