Lines Matching defs:flush
68 def flush(self):
161 # the flush entrypoint. If we're partially through
164 # get flush()'d by a consumer, we need to issue an
181 self._out_file.flush()
185 # flush.
194 def flush(self):
196 write a newline in order to allow clean output after flush()."""
201 self._out_file.flush()
246 def flush(self):
277 pe.flush()
301 pe.cprint("testing flush (2)")
302 pe.flush()
340 pe.cprint("testing flush...", end='')
341 pe.flush()
343 pe.cprint("testing flush (2)")
344 pe.flush()