MCPcopy 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
223class NoCapture:
224 EMPTY_BUFFER = None
225 __init__ = start = done = suspend = resume = lambda *args: None
226
227
228class SysCaptureBinary:

Callers 1

__init__Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected