Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pytest-dev/pytest
/ _log_text
Method
_log_text
src/_pytest/pytester.py:1640–1641 · src/_pytest/pytester.py::LineMatcher._log_text
(self)
Source
from the content-addressed store, hash-verified
1638
1639
@property
1640
def
_log_text(self) -> str:
1641
return
class
="st">"\n".join(self._log_output)
1642
1643
def
fnmatch_lines(
1644
self, lines2: Sequence[str], *, consecutive: bool = False
Callers
nothing calls this directly
Calls
1
join
Method · 0.80
Tested by
no test coverage detected