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

Method watchers

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

Source from the content-addressed store, hash-verified

97
98 @property
99 def watchers(self) -> Optional[int]:
100 return self._watchers
101
102 @property
103 def auction_details(self) -> Optional[AuctionDetails]:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected