Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pytest-dev/pytest
/ pytest_internalerror
Method
pytest_internalerror
src/_pytest/capture.py:912–913 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
910
911
@hookimpl(tryfirst=True)
912
def
pytest_internalerror(self) -> None:
913
self.stop_global_capturing()
914
915
916
class
CaptureFixture(Generic[AnyStr]):
Callers
nothing calls this directly
Calls
1
stop_global_capturing
Method · 0.95
Tested by
no test coverage detected