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

Method flush

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

Source from the content-addressed store, hash-verified

1296 return self.raw.truncate(pos)
1297
1298 def flush(self):
1299 with self._write_lock:
1300 self._flush_unlocked()
1301
1302 def _flush_unlocked(self):
1303 if self.closed:

Callers 1

closeMethod · 0.95

Calls 1

_flush_unlockedMethod · 0.95

Tested by

no test coverage detected