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

Method flush

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

Source from the content-addressed store, hash-verified

247 raise UnsupportedOperation("redirected stdin is pseudofile, has no fileno()")
248
249 def flush(self) -> None:
250 raise UnsupportedOperation("redirected stdin is pseudofile, has no flush()")
251
252 def isatty(self) -> bool:
253 return False

Callers 3

test_dontreadfrominputFunction · 0.95
writeorgMethod · 0.45
writeorgMethod · 0.45

Calls

no outgoing calls

Tested by 1

test_dontreadfrominputFunction · 0.76