Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ flush
Method
flush
Lib/tarfile.py:645–646 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
643
self.map.append((False, lastpos, self.size, None))
644
645
def
flush(self):
646
pass
647
648
@property
649
def
mode(self):
Callers
1
close
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected