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

Method line

src/_pytest/terminal.py:571–572  ·  src/_pytest/terminal.py::TerminalReporter.line
(self, msg: str, **kw: bool)

Source from the content-addressed store, hash-verified

569 self._tw.sep(sep, title, **kw)
570
571 def line(self, msg: str, **kw: bool) -> None:
572 self._tw.line(msg, **kw)
573
574 def _add_stats(self, category: str, items: Sequence[Any]) -> None:
575 set_main_color = category not in self.stats

Callers 15

toterminalMethod · 0.45
write_fspath_resultMethod · 0.45
write_ensure_prefixMethod · 0.45
ensure_newlineMethod · 0.45
write_lineMethod · 0.45
_printcollecteditemsMethod · 0.45
pytest_sessionfinishMethod · 0.45
summary_warningsMethod · 0.45
_outrep_summaryMethod · 0.45

Calls

no outgoing calls

Tested by 1

toterminalMethod · 0.36