Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/sqlmapproject/sqlmap
/ __del__
Method
__del__
lib/core/bigarray.py:183–184 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
181
self._size_counter = 0
182
183
def
__del__(self):
184
self.close()
185
186
def
_dump(self, chunk):
187
try
:
Callers
nothing calls this directly
Calls
1
close
Method · 0.95
Tested by
no test coverage detected