Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Rushifakami/csfloat_api
/ base_price
Method
base_price
models/reference.py:21–22 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
19
20
@property
21
def
base_price(self) -> Optional[float]:
22
return
self._base_price
23
24
@property
25
def
float_factor(self) -> Optional[float]:
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected