MCPcopy Create free account
hub / github.com/pyinvoke/invoke / __init__

Method __init__

tests/_util.py:311–313  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

309# Runner that fakes ^C during subprocess exec
310class _KeyboardInterruptingRunner(_Dummy):
311 def __init__(self, *args, **kwargs):
312 super().__init__(*args, **kwargs)
313 self._interrupted = False
314
315 # Trigger KeyboardInterrupt during wait()
316 def wait(self):

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected