Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ flush
Method
flush
Lib/zipfile/__init__.py:940–941 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
938
return
self.offset
939
940
def
flush(self):
941
self.fp.flush()
942
943
def
close(self):
944
self.fp.close()
Callers
4
flush
Method · 0.45
_read1
Method · 0.45
close
Method · 0.45
_write_end_record
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected