MCPcopy
hub / github.com/tox-dev/tox / handler

Function handler

tests/execute/local_subprocess/bad_process.py:19–20  ·  view source on GitHub ↗
(signum: int, _: FrameType | None)

Source from the content-addressed store, hash-verified

17
18
19def handler(signum: int, _: FrameType | None) -> None:
20 _p(f"how about no signal {signum!r}")
21
22
23def _p(m: str) -> None:

Callers 2

mainFunction · 0.50
_resolve_replaceMethod · 0.50

Calls 1

_pFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…