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

Method __init__

models/auction.py:57–61  ·  view source on GitHub ↗
(self, *, data: Dict[str, Any])

Source from the content-addressed store, hash-verified

55 )
56
57 def __init__(self, *, data: Dict[str, Any]):
58 self._reserve_price = data.get("reserve_price")
59 self._top_bid = data.get("top_bid")
60 self._expires_at = data.get("expires_at")
61 self._min_next_bid = data.get("min_next_bid")
62
63 @property
64 def reserve_price(self) -> Optional[float]:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected