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

Method flush

Lib/_pyio.py:1395–1396  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1393 return self.writer.writable()
1394
1395 def flush(self):
1396 return self.writer.flush()
1397
1398 def close(self):
1399 try:

Callers

nothing calls this directly

Calls 1

flushMethod · 0.45

Tested by

no test coverage detected