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

Method __init__

models/reference.py:13–18  ·  view source on GitHub ↗
(self, *, data: Dict[str, Any])

Source from the content-addressed store, hash-verified

11 )
12
13 def __init__(self, *, data: Dict[str, Any]):
14 self._base_price = data.get("base_price")
15 self._float_factor = data.get("float_factor")
16 self._predicted_price = data.get("predicted_price")
17 self._quantity = data.get("quantity")
18 self._last_updated = data.get("last_updated")
19
20 @property
21 def base_price(self) -> Optional[float]:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected