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

Method write

src/_pytest/capture.py:273–274  ·  view source on GitHub ↗
(self, data: str)

Source from the content-addressed store, hash-verified

271 raise UnsupportedOperation("cannot truncate stdin")
272
273 def write(self, data: str) -> int:
274 raise UnsupportedOperation("cannot write to stdin")
275
276 def writelines(self, lines: Iterable[str]) -> None:
277 raise UnsupportedOperation("Cannot write to stdin")

Callers 1

test_dontreadfrominputFunction · 0.95

Calls

no outgoing calls

Tested by 1

test_dontreadfrominputFunction · 0.76