Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_dontreadfrominput
Function · 0.95
__init__
Method · 0.45
should_do_markup
Function · 0.45
__init__
Method · 0.45
Calls
no outgoing calls
Tested by
1
test_dontreadfrominput
Function · 0.76