Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Rushifakami/csfloat_api
/ total_failed_trades
Method
total_failed_trades
models/statistics.py:29–30 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
27
28
@property
29
def
total_failed_trades(self) -> Optional[int]:
30
return
self._total_failed_trades
31
32
@property
33
def
total_trades(self) -> Optional[int]:
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected