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

Method flush

Lib/test/test_io/utils.py:137–139  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

135 self.in_flush = threading.Event()
136
137 def flush(self):
138 self.in_flush.set()
139 time.sleep(0.25)
140
141class CSlowFlushRawIO(SlowFlushRawIO, io.RawIOBase):
142 pass

Calls 2

setMethod · 0.45
sleepMethod · 0.45