MCPcopy 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_filenoFunction · 0.45
_reopen_stdioFunction · 0.45
startMethod · 0.45
resumeMethod · 0.45
console_mainFunction · 0.45
__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected