Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pytest-dev/pytest
/ pytest_keyboard_interrupt
Method
pytest_keyboard_interrupt
src/_pytest/capture.py:794–795 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
792
793
@hookimpl(tryfirst=True)
794
def
pytest_keyboard_interrupt(self) -> None:
795
self.stop_global_capturing()
796
797
@hookimpl(tryfirst=True)
798
def
pytest_internalerror(self) -> None:
Callers
1
wrap_session
Function · 0.45
Calls
1
stop_global_capturing
Method · 0.95
Tested by
no test coverage detected