Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ flush
Method
flush
Lib/_pyio.py:1292–1294 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1290
return
self.raw.truncate(pos)
1291
1292
def
flush(self):
1293
with
self._write_lock:
1294
self._flush_unlocked()
1295
1296
def
_flush_unlocked(self):
1297
if
self.closed:
Callers
1
close
Method · 0.95
Calls
1
_flush_unlocked
Method · 0.95
Tested by
no test coverage detected