Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/numpy/numpy
/ __del__
Method
__del__
numpy/core/tests/test_regression.py:1033–1034 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1031
deleted = False
1032
1033
def
__del__(self):
1034
self.deleted = True
1035
1036
d = VictimObject()
1037
arr = np.zeros(5, dtype=np.object_)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected