MCPcopy
hub / github.com/pytest-dev/pytest / read_global_capture

Method read_global_capture

src/_pytest/capture.py:801–803  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

799 self.resume_fixture()
800
801 def read_global_capture(self) -> CaptureResult[str]:
802 assert self._global_capturing is not None
803 return self._global_capturing.readouterr()
804
805 # Fixture Control
806

Calls 1

readouterrMethod · 0.45