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

Method state

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

Source from the content-addressed store, hash-verified

65
66 @property
67 def state(self) -> Optional[str]:
68 return self._state
69
70 @property
71 def seller(self) -> Optional[Seller]:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected