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

Method __str__

src/_pytest/_code/source.py:110–111  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

108 return newsource
109
110 def __str__(self) -> str:
111 return "\n".join(self.lines)
112
113
114#

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected