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

Class Exit

scripts/integration_test.py:45–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43
44
45class Exit(namedtuple("Exit", "")):
46 def raise_on_error(self, timeout_id):
47 pass
48
49
50class UncleanExit(namedtuple("UncleanExit", "reason")):

Callers 1

threadFunction · 0.85

Calls

no outgoing calls

Tested by 1

threadFunction · 0.68