(cls, rover_sign: RoverSign)
| 13 | |
| 14 | @classmethod |
| 15 | def waves_game_sign_complete(cls, rover_sign: RoverSign): |
| 16 | return cls.GAME_SIGN == rover_sign.game_sign |
| 17 | |
| 18 | @classmethod |
| 19 | def pgr_game_sign_complete(cls, rover_sign: RoverSign): |
no outgoing calls
no test coverage detected