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

Method __init__

codeclash/arenas/arena.py:25–29  ·  view source on GitHub ↗
(self, name: str)

Source from the content-addressed store, hash-verified

23
24
25class PlayerStats:
26 def __init__(self, name: str):
27 self.name = name
28 self.invalid_reason: str = ""
29 self.score: float = 0.0
30 self.valid_submit = False
31
32 def to_dict(self) -> dict[str, Any]:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected