MCPcopy Index your code
hub / github.com/RustPython/RustPython / Z

Class Z

Lib/test/test_gc.py:1012–1014  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1010 self.me = self
1011
1012 class Z(A): # resurrecting __del__
1013 def __del__(self):
1014 zs.append(self)
1015
1016 zs = []
1017

Calls

no outgoing calls