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

Class D

Lib/test/test_gc.py:1536–1538  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1534
1535 ouch = []
1536 class D(C1055820):
1537 def __del__(self):
1538 ouch[:] = [c2wr()]
1539
1540 d0 = D(0)
1541 # Move all the above into generation 2.

Callers 1

test_bug1055820dMethod · 0.70

Calls

no outgoing calls

Tested by 1

test_bug1055820dMethod · 0.56