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

Method is_commodity

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

Source from the content-addressed store, hash-verified

147
148 @property
149 def is_commodity(self) -> Optional[bool]:
150 return self._is_commodity
151
152 @property
153 def type(self) -> Optional[str]:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected