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

Method total_trades

models/statistics.py:33–34  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

31
32 @property
33 def total_trades(self) -> Optional[int]:
34 return self._total_trades
35
36 @property
37 def total_verified_trades(self) -> Optional[int]:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected