Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Rushifakami/csfloat_api
/ balance
Method
balance
models/me.py:174–175 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
172
173
@property
174
def
balance(self) -> Optional[int]:
175
return
self._balance
176
177
@property
178
def
pending_balance(self) -> Optional[int]:
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected