MCPcopy Create free account
hub / github.com/pytest-dev/pytest / text

Method text

src/_pytest/logging.py:398–400  ·  view source on GitHub ↗

The formatted log text.

(self)

Source from the content-addressed store, hash-verified

396
397 @property
398 def text(self) -> str:
399 """The formatted log text."""
400 return _remove_ansi_escape_sequences(self.handler.stream.getvalue())
401
402 @property
403 def records(self) -> List[logging.LogRecord]:

Callers

nothing calls this directly

Calls 2

getvalueMethod · 0.45

Tested by

no test coverage detected