Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
45
class
Exit(namedtuple(
"Exit"
,
""
)):
46
def
raise_on_error(self, timeout_id):
47
pass
48
49
50
class
UncleanExit(namedtuple(
"UncleanExit"
,
"reason"
)):
Callers
1
thread
Function · 0.85
Calls
no outgoing calls
Tested by
1
thread
Function · 0.68