MCPcopy Create free account
hub / github.com/pytest-dev/pytest / flush

Method flush

src/_pytest/terminal.py:416–417  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

414 self._tw.write(content, flush=flush, **markup)
415
416 def flush(self) -> None:
417 self._tw.flush()
418
419 def write_line(self, line: Union[str, bytes], **markup: bool) -> None:
420 if not isinstance(line, str):

Callers 7

set_log_pathMethod · 0.45
show_test_itemFunction · 0.45
writeorgMethod · 0.45
writeorgMethod · 0.45
_show_fixture_actionFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected