Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ close
Method
close
Lib/tarfile.py:607–608 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
605
return
"tar"
606
607
def
close(self):
608
self.fileobj.close()
609
# class StreamProxy
610
611
#------------------------
Callers
nothing calls this directly
Calls
1
close
Method · 0.45
Tested by
no test coverage detected