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

Method __init__

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

Source from the content-addressed store, hash-verified

57 )
58
59 def __init__(self, *, data: Dict[str, Any]):
60 self._offers_enabled = data.get("offers_enabled")
61 self._max_offer_discount = data.get("max_offer_discount")
62
63 @property
64 def offers_enabled(self) -> Optional[bool]:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected