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

Method item_name

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

Source from the content-addressed store, hash-verified

163
164 @property
165 def item_name(self) -> Optional[str]:
166 return self._item_name
167
168 @property
169 def wear_name(self) -> Optional[str]:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected