MCPcopy Create free account
hub / github.com/pytest-dev/pytest / isatty

Method isatty

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

Source from the content-addressed store, hash-verified

204 raise UnsupportedOperation("redirected stdin is pseudofile, has no fileno()")
205
206 def isatty(self) -> bool:
207 return False
208
209 def close(self) -> None:
210 pass

Callers 4

test_dontreadfrominputFunction · 0.95
__init__Method · 0.45
should_do_markupFunction · 0.45
__init__Method · 0.45

Calls

no outgoing calls

Tested by 1

test_dontreadfrominputFunction · 0.76