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

Method flush

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

Source from the content-addressed store, hash-verified

2243 return self.buffer.writable()
2244
2245 def flush(self):
2246 self.buffer.flush()
2247 self._telling = self._seekable
2248
2249 def close(self):
2250 if self.buffer is not None and not self.closed:

Callers 15

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

Calls 1

flushMethod · 0.45