Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ __del__
Method
__del__
Lib/test/test_tempfile.py:399–401 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
397
os.write(self.fd, str)
398
399
def
__del__(self):
400
self._close(self.fd)
401
self._unlink(self.name)
402
403
def
do_create(self, dir=None, pre=None, suf=None, bin=1):
404
output_type = tempfile._infer_return_type(dir, pre, suf)
Callers
nothing calls this directly
Calls
1
_close
Method · 0.45
Tested by
no test coverage detected