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

Class Z

Lib/test/test_gc.py:1008–1010  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1006 self.me = self
1007
1008 class Z(A): # resurrecting __del__
1009 def __del__(self):
1010 zs.append(self)
1011
1012 zs = []
1013

Calls

no outgoing calls