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

Method __init__

models/stickers.py:11–14  ·  view source on GitHub ↗
(self, *, data: Dict[str, Any])

Source from the content-addressed store, hash-verified

9 )
10
11 def __init__(self, *, data: Dict[str, Any]):
12 self._price = data.get("price", "")
13 self._quantity = data.get("quantity")
14 self._updated_at = data.get("updated_at")
15
16 @property
17 def price(self) -> Optional[float]:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected