MCPcopy Create free account
hub / github.com/pybind/pybind11 / capture

Function capture

tests/conftest.py:150–152  ·  view source on GitHub ↗

Extended `capsys` with context manager and custom equality operators

(capsys)

Source from the content-addressed store, hash-verified

148
149@pytest.fixture
150def capture(capsys):
151 """Extended `capsys` with context manager and custom equality operators"""
152 return Capture(capsys)
153
154
155class SanitizedString:

Callers

nothing calls this directly

Calls 1

CaptureClass · 0.85

Tested by

no test coverage detected