MCPcopy 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

37TIMEOUT = 50 # seconds
38
39class TimeoutError(Exception):
40 pass
41
42class Game(object): # pylint: disable=too-many-instance-attributes
43 '''

Callers 2

get_next_messageMethod · 0.85
send_messageMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected