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

Method __exit__

tests/conftest.py:121–122  ·  view source on GitHub ↗
(self, *args)

Source from the content-addressed store, hash-verified

119 return self
120
121 def __exit__(self, *args):
122 self.out, self.err = self.capfd.readouterr()
123
124 __hash__ = None
125

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected