Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/battlecode/battlecode-2018
/ TimeoutError
Class
TimeoutError
battlecode-manager/server.py:39–40 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
37
TIMEOUT = 50
# seconds
38
39
class
TimeoutError(Exception):
40
pass
41
42
class
Game(object):
# pylint: disable=too-many-instance-attributes
43
''
&
#x27;
Callers
2
get_next_message
Method · 0.85
send_message
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected