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

Method subscriptions

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

Source from the content-addressed store, hash-verified

244
245 @property
246 def subscriptions(self) -> Optional[list]:
247 return self._subscriptions
248
249 @property
250 def has_2fa(self) -> Optional[bool]:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected