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

Method total_sales

models/me.py:25–26  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

23
24 @property
25 def total_sales(self) -> Optional[int]:
26 return self._total_sales
27
28 @property
29 def total_purchases(self) -> Optional[int]:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected