Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_unconfigure
Function · 0.45
create_new_paste
Function · 0.45
run
Method · 0.45
snap
Method · 0.45
snap
Method · 0.45
snap
Method · 0.45
get_data
Method · 0.45
_read_pyc
Function · 0.45
Calls
no outgoing calls
Tested by
1
run
Method · 0.36