(self)
| 224 | |
| 225 | @property |
| 226 | def has_valid_steam_api_key(self) -> Optional[bool]: |
| 227 | return self._has_valid_steam_api_key |
| 228 | |
| 229 | @property |
| 230 | def obfuscated_id(self) -> Optional[str]: |
nothing calls this directly
no outgoing calls
no test coverage detected