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

Method readable

src/_pytest/capture.py:258–259  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

256 pass
257
258 def readable(self) -> bool:
259 return False
260
261 def seek(self, offset: int, whence: int = 0) -> int:
262 raise UnsupportedOperation("redirected stdin is pseudofile, has no seek(int)")

Callers 1

test_dontreadfrominputFunction · 0.95

Calls

no outgoing calls

Tested by 1

test_dontreadfrominputFunction · 0.76