Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
Callers
2
test_resurrection_does_not_block_cleanup_of_other_objects
Method · 0.70
test_trash_weakref_clear
Method · 0.70
Calls
no outgoing calls
Tested by
2
test_resurrection_does_not_block_cleanup_of_other_objects
Method · 0.56
test_trash_weakref_clear
Method · 0.56