Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pytest-dev/pytest
/ resume
Method
resume
src/_pytest/capture.py:685–687 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
683
self.suspend_global_capture(in_)
684
685
def
resume(self) -> None:
686
self.resume_global_capture()
687
self.resume_fixture()
688
689
def
read_global_capture(self) -> CaptureResult[str]:
690
assert self._global_capturing is not None
Callers
4
resume
Method · 0.45
resume_capturing
Method · 0.45
do_continue
Method · 0.45
test_simple_resume_suspend
Method · 0.45
Calls
2
resume_global_capture
Method · 0.95
resume_fixture
Method · 0.95
Tested by
1
test_simple_resume_suspend
Method · 0.36