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

Method text

src/_pytest/logging.py:467–469  ·  view source on GitHub ↗

The formatted log text.

(self)

Source from the content-addressed store, hash-verified

465
466 @property
467 def text(self) -> str:
468 """The formatted log text."""
469 return _remove_ansi_escape_sequences(self.handler.stream.getvalue())
470
471 @property
472 def records(self) -> list[logging.LogRecord]:

Callers

nothing calls this directly

Calls 2

getvalueMethod · 0.45

Tested by

no test coverage detected