Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ flush
Method
flush
Lib/_pyio.py:1376–1377 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1374
return
self.writer.writable()
1375
1376
def
flush(self):
1377
return
self.writer.flush()
1378
1379
def
close(self):
1380
try
:
Callers
nothing calls this directly
Calls
1
flush
Method · 0.45
Tested by
no test coverage detected