Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ __del__
Method
__del__
Lib/test/test_gc.py:375–376 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
373
374
class
A:
375
def
__del__(self):
376
dir(self)
377
a = A()
378
del a
379
Callers
nothing calls this directly
Calls
1
dir
Function · 0.85
Tested by
no test coverage detected