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

Method __init__

tests/conftest.py:112–115  ·  view source on GitHub ↗
(self, capfd)

Source from the content-addressed store, hash-verified

110
111class Capture:
112 def __init__(self, capfd):
113 self.capfd = capfd
114 self.out = ""
115 self.err = ""
116
117 def __enter__(self):
118 self.capfd.readouterr()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected