Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
pytest_runtest_logstart
Method · 0.95
pytest_runtest_logreport
Method · 0.95
run
Method · 0.45
show_test_item
Function · 0.45
_show_fixture_action
Function · 0.45
Calls
no outgoing calls
Tested by
1
run
Method · 0.36