Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pytest-dev/pytest
/ Captured
Class
Captured
src/_pytest/subtests.py:335–337 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
333
334
@dataclasses.dataclass
335
class
Captured:
336
out: str =
""
337
err: str =
""
338
339
340
@dataclasses.dataclass
Callers
1
capturing_output
Function · 0.85
Calls
no outgoing calls
Tested by
1
capturing_output
Function · 0.68