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

Method _resume

src/_pytest/capture.py:982–985  ·  view source on GitHub ↗

Resume this fixture's own capturing temporarily.

(self)

Source from the content-addressed store, hash-verified

980 self._capture.suspend_capturing()
981
982 def _resume(self) -> None:
983 """Resume this fixture's own capturing temporarily."""
984 if self._capture is not None:
985 self._capture.resume_capturing()
986
987 def _is_started(self) -> bool:
988 """Whether actively capturing -- not disabled or closed."""

Callers 1

resume_fixtureMethod · 0.80

Calls 1

resume_capturingMethod · 0.80

Tested by

no test coverage detected