MCPcopy Create free account
hub / github.com/CodeClash-ai/CodeClash / _game_arg

Method _game_arg

codeclash/arenas/cyborg/cyborg.py:39–40  ·  view source on GitHub ↗
(self, key: str)

Source from the content-addressed store, hash-verified

37 }
38
39 def _game_arg(self, key: str):
40 return getattr(self, "game_config", {}).get("args", {}).get(key, self.default_args[key])
41
42 def _episodes_per_round(self) -> int:
43 return int(self.game_config.get("args", {}).get("episodes_per_round", self.game_config["sims_per_round"]))

Callers 2

validate_codeMethod · 0.95
execute_roundMethod · 0.95

Calls 1

getMethod · 0.80

Tested by

no test coverage detected