MCPcopy Create free account
hub / github.com/battlecode/battlecode-2018 / run_match

Function run_match

battlecode-manager/scrimmage.py:113–117  ·  view source on GitHub ↗
(data)

Source from the content-addressed store, hash-verified

111 end_game(data,winner,match_file,logs)
112
113def run_match(data):
114 t1 = threading.Thread(target=match_thread,args=(data,))
115 t1.start()
116
117 return t1
118
119def poll_thread():
120 global DB_LOCK

Callers 1

poll_threadFunction · 0.85

Calls 1

startMethod · 0.45

Tested by

no test coverage detected