MCPcopy Create free account
hub / github.com/pytest-dev/pytest / pytest_keyboard_interrupt

Method pytest_keyboard_interrupt

src/_pytest/terminal.py:825–826  ·  view source on GitHub ↗
(self, excinfo: ExceptionInfo[BaseException])

Source from the content-addressed store, hash-verified

823 self.summary_warnings()
824
825 def pytest_keyboard_interrupt(self, excinfo: ExceptionInfo[BaseException]) -> None:
826 self._keyboardinterrupt_memo = excinfo.getrepr(funcargs=True)
827
828 def pytest_unconfigure(self) -> None:
829 if self._keyboardinterrupt_memo is not None:

Callers

nothing calls this directly

Calls 1

getreprMethod · 0.80

Tested by

no test coverage detected