Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ __del__
Method
__del__
Lib/tarfile.py:420–422 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
418
raise
419
420
def
__del__(self):
421
if
hasattr(self,
"closed"
) and not self.closed:
422
self.close()
423
424
def
_init_write_gz(self, compresslevel):
425
""
"Initialize
for
writing
with
gzip compression.
Callers
nothing calls this directly
Calls
1
close
Method · 0.95
Tested by
no test coverage detected