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

Method user

models/me.py:267–268  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

265
266 @property
267 def user(self) -> Optional[User]:
268 return User(data=self._user)
269
270 @property
271 def pending_offers(self) -> Optional[int]:

Callers

nothing calls this directly

Calls 1

UserClass · 0.85

Tested by

no test coverage detected