MCPcopy
hub / github.com/pytest-dev/pytest / flush

Method flush

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

Source from the content-addressed store, hash-verified

529 self._tw.write_raw(content, flush=flush)
530
531 def flush(self) -> None:
532 self._tw.flush()
533
534 def write_line(self, line: str | bytes, **markup: bool) -> None:
535 if not isinstance(line, str):

Callers 5

runMethod · 0.45
show_test_itemFunction · 0.45
_show_fixture_actionFunction · 0.45

Calls

no outgoing calls

Tested by 1

runMethod · 0.36