MCPcopy 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

dirFunction · 0.85

Tested by

no test coverage detected