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

Method total_failed_trades

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

Source from the content-addressed store, hash-verified

39
40 @property
41 def total_failed_trades(self) -> Optional[int]:
42 return self._total_failed_trades
43
44 @property
45 def total_verified_trades(self) -> Optional[int]:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected