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

Method stickers

models/item.py:124–126  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

122
123 @property
124 def stickers(self) -> Optional[List[Sticker]]:
125 if self._stickers is not None:
126 return [Sticker(data=sticker) for sticker in self._stickers]
127
128 @property
129 def tradable(self) -> Optional[bool]:

Callers

nothing calls this directly

Calls 1

StickerClass · 0.85

Tested by

no test coverage detected