Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pytest-dev/pytest
/ fileno
Method
fileno
src/_pytest/capture.py:203–204 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
201
return
self
202
203
def
fileno(self) -> int:
204
raise
UnsupportedOperation(
"redirected stdin is pseudofile, has no fileno()"
)
205
206
def
isatty(self) -> bool:
207
return
False
Callers
6
get_stderr_fileno
Function · 0.45
_reopen_stdio
Function · 0.45
start
Method · 0.45
resume
Method · 0.45
console_main
Function · 0.45
__init__
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected