Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
50
class
UncleanExit(namedtuple(
"UncleanExit"
,
"reason"
)):
51
def
raise_on_error(self, timeout_id):
52
raise
RuntimeError(f
"unclean exit: {self.reason}"
)
53
54
55
class
TestTimeout(namedtuple(
"TestTimeout"
,
""
)):
Callers
1
thread
Function · 0.85
Calls
no outgoing calls
Tested by
1
thread
Function · 0.68