MCPcopy Create free account
hub / github.com/ddnet/ddnet / UncleanExit

Class UncleanExit

scripts/integration_test.py:50–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48
49
50class UncleanExit(namedtuple("UncleanExit", "reason")):
51 def raise_on_error(self, timeout_id):
52 raise RuntimeError(f"unclean exit: {self.reason}")
53
54
55class TestTimeout(namedtuple("TestTimeout", "")):

Callers 1

threadFunction · 0.85

Calls

no outgoing calls

Tested by 1

threadFunction · 0.68