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

Method resume

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

Source from the content-addressed store, hash-verified

795 self.suspend_global_capture(in_)
796
797 def resume(self) -> None:
798 self.resume_global_capture()
799 self.resume_fixture()
800
801 def read_global_capture(self) -> CaptureResult[str]:
802 assert self._global_capturing is not None

Callers

nothing calls this directly

Calls 2

resume_global_captureMethod · 0.95
resume_fixtureMethod · 0.95

Tested by

no test coverage detected