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

Method predicted_price

models/reference.py:29–30  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

27
28 @property
29 def predicted_price(self) -> Optional[float]:
30 return self._predicted_price
31
32 @property
33 def quantity(self) -> Optional[int]:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected