(self)
| 44 | |
| 45 | @property |
| 46 | def metadata_path(self) -> Path: |
| 47 | return self.tournament_path / "metadata.json" |
| 48 | |
| 49 | def get_lm_name_self_opponent(self) -> tuple[str, str]: |
| 50 | metadata = json.loads(self.metadata_path.read_text()) |
nothing calls this directly
no outgoing calls
no test coverage detected