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

Method __init__

models/me.py:78–80  ·  view source on GitHub ↗
(self, *, data: Dict[str, Any])

Source from the content-addressed store, hash-verified

76 )
77
78 def __init__(self, *, data: Dict[str, Any]):
79 self._platform = data.get("platform")
80 self._last_updated = data.get("last_updated")
81
82 @property
83 def platform(self) -> Optional[int]:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected