Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ flush
Method
flush
Lib/mailbox.py:2082–2083 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
2080
return
self._file.seekable()
2081
2082
def
flush(self):
2083
return
self._file.flush()
2084
2085
@property
2086
def
closed(self):
Callers
nothing calls this directly
Calls
1
flush
Method · 0.45
Tested by
no test coverage detected