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

Method read

src/_pytest/capture.py:191–194  ·  view source on GitHub ↗
(self, *args)

Source from the content-addressed store, hash-verified

189 encoding = None
190
191 def read(self, *args):
192 raise OSError(
193 "pytest: reading from stdin while output is captured! Consider using `-s`."
194 )
195
196 readline = read
197 readlines = read

Callers 8

pytest_unconfigureFunction · 0.45
create_new_pasteFunction · 0.45
runMethod · 0.45
snapMethod · 0.45
snapMethod · 0.45
snapMethod · 0.45
get_dataMethod · 0.45
_read_pycFunction · 0.45

Calls

no outgoing calls

Tested by 1

runMethod · 0.36