(self)
| 220 | |
| 221 | @property |
| 222 | def stripe_connect(self) -> Optional[set]: |
| 223 | return self._stripe_connect |
| 224 | |
| 225 | @property |
| 226 | def has_valid_steam_api_key(self) -> Optional[bool]: |
nothing calls this directly
no outgoing calls
no test coverage detected