Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Rushifakami/csfloat_api
/ max_offer_discount
Method
max_offer_discount
models/listing.py:91–92 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
89
90
@property
91
def
max_offer_discount(self) -> Optional[float]:
92
return
self._max_offer_discount
93
94
@property
95
def
is_watchlisted(self) -> Optional[bool]:
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected