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

Method auction_details

models/listing.py:103–104  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

101
102 @property
103 def auction_details(self) -> Optional[AuctionDetails]:
104 return AuctionDetails(data=self._auction_details)
105
106 @property
107 def sold_at(self) -> Optional[str]:

Callers

nothing calls this directly

Calls 1

AuctionDetailsClass · 0.85

Tested by

no test coverage detected