MCPcopy Index your code
hub / github.com/python/cpython / __del__

Method __del__

Lib/test/test_tempfile.py:925–926  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

923 os.close(os.open(self.name, self._bflags, 0o600))
924
925 def __del__(self):
926 self._unlink(self.name)
927
928 def do_create(self, pre="", suf=""):
929 file = self.mktemped(self.dir, pre, suf)

Callers 2

test_del_rolled_fileMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected