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

Method username

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

Source from the content-addressed store, hash-verified

152
153 @property
154 def username(self) -> Optional[str]:
155 return self._username
156
157 @property
158 def flags(self) -> Optional[int]:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected