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

Method __init__

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

Source from the content-addressed store, hash-verified

259 )
260
261 def __init__(self, *, data: Dict[str, Any]):
262 self._user = data.get("user")
263 self._pending_offers = data.get("pending_offers")
264 self._actionable_trades = data.get("actionable_trades")
265
266 @property
267 def user(self) -> Optional[User]:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected