(self)
| 36 | |
| 37 | @property |
| 38 | def instance_id(self) -> str: |
| 39 | return f"{self.tournament_name}__{self.player_name}__r{self.round_number}" |
| 40 | |
| 41 | @property |
| 42 | def tournament_path(self) -> Path: |
nothing calls this directly
no outgoing calls
no test coverage detected