Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Rushifakami/csfloat_api
/ price
Method
price
models/listing.py:59–60 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
57
58
@property
59
def
price(self) -> Optional[float]:
60
return
self._price
61
62
@property
63
def
description(self) -> Optional[str]:
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected