MCPcopy Index your code
hub / github.com/python/cpython / flush

Method flush

Lib/mailbox.py:2089–2090  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

2087 return self._file.seekable()
2088
2089 def flush(self):
2090 return self._file.flush()
2091
2092 @property
2093 def closed(self):

Callers

nothing calls this directly

Calls 1

flushMethod · 0.45

Tested by

no test coverage detected