MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / flush

Method flush

tools/python-3.11.9-amd64/Lib/_pyio.py:2186–2188  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

2184 return self.buffer.writable()
2185
2186 def flush(self):
2187 self.buffer.flush()
2188 self._telling = self._seekable
2189
2190 def close(self):
2191 if self.buffer is not None and not self.closed:

Callers 7

reconfigureMethod · 0.95
closeMethod · 0.95
writeMethod · 0.95
tellMethod · 0.95
truncateMethod · 0.95
detachMethod · 0.95
seekMethod · 0.95

Calls 1

flushMethod · 0.45

Tested by

no test coverage detected