Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ __del__
Method
__del__
Lib/fileinput.py:231–232 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
229
self._openhook = openhook
230
231
def
__del__(self):
232
self.close()
233
234
def
close(self):
235
try
:
Callers
nothing calls this directly
Calls
1
close
Method · 0.95
Tested by
no test coverage detected