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

Method seekable

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

Source from the content-addressed store, hash-verified

262 raise UnsupportedOperation("redirected stdin is pseudofile, has no seek(int)")
263
264 def seekable(self) -> bool:
265 return False
266
267 def tell(self) -> int:
268 raise UnsupportedOperation("redirected stdin is pseudofile, has no tell()")

Callers 1

test_dontreadfrominputFunction · 0.95

Calls

no outgoing calls

Tested by 1

test_dontreadfrominputFunction · 0.76