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

Method price

models/stickers.py:17–18  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

15
16 @property
17 def price(self) -> Optional[float]:
18 return self._price
19
20 @property
21 def quantity(self) -> Optional[int]:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected