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

Method __init__

codeclash/analysis/stats/per_model.py:13–18  ·  view source on GitHub ↗
(self, name: str)

Source from the content-addressed store, hash-verified

11
12class ModelProfile:
13 def __init__(self, name: str):
14 self.name = name
15 self.steps = []
16 self.failed_commands = 0
17 self.failed_command_types = {}
18 self.tournaments = []
19
20 @property
21 def steps_per_round(self) -> float:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected