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

Method item

models/listing.py:79–80  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

77
78 @property
79 def item(self) -> Optional[Item]:
80 return Item(data=self._item)
81
82 @property
83 def is_seller(self) -> Optional[bool]:

Callers

nothing calls this directly

Calls 1

ItemClass · 0.85

Tested by

no test coverage detected