Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pytest-dev/pytest
/ NoCapture
Class
NoCapture
src/_pytest/capture.py:223–225 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
221
222
223
class
NoCapture:
224
EMPTY_BUFFER = None
225
__init__ = start = done = suspend = resume =
lambda
*args: None
226
227
228
class
SysCaptureBinary:
Callers
1
__init__
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected