MCPcopy Create free account
hub / github.com/Rushifakami/csfloat_api / has_valid_steam_api_key

Method has_valid_steam_api_key

models/me.py:226–227  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

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]:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected