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

Method tell

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

Source from the content-addressed store, hash-verified

265 return False
266
267 def tell(self) -> int:
268 raise UnsupportedOperation("redirected stdin is pseudofile, has no tell()")
269
270 def truncate(self, size: int | None = None) -> int:
271 raise UnsupportedOperation("cannot truncate stdin")

Callers 1

test_dontreadfrominputFunction · 0.95

Calls

no outgoing calls

Tested by 1

test_dontreadfrominputFunction · 0.76