MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / __del__

Method __del__

tools/python-3.11.9-amd64/Lib/tarfile.py:414–416  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

412 raise
413
414 def __del__(self):
415 if hasattr(self, "closed") and not self.closed:
416 self.close()
417
418 def _init_write_gz(self):
419 """Initialize for writing with gzip compression.

Callers

nothing calls this directly

Calls 1

closeMethod · 0.95

Tested by

no test coverage detected