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

Method writelines

src/_pytest/capture.py:276–277  ·  view source on GitHub ↗
(self, lines: Iterable[str])

Source from the content-addressed store, hash-verified

274 raise UnsupportedOperation("cannot write to stdin")
275
276 def writelines(self, lines: Iterable[str]) -> None:
277 raise UnsupportedOperation("Cannot write to stdin")
278
279 def writable(self) -> bool:
280 return False

Callers 2

test_dontreadfrominputFunction · 0.95

Calls

no outgoing calls

Tested by 2

test_dontreadfrominputFunction · 0.76