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

Method state

models/auction.py:41–42  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

39
40 @property
41 def state(self) -> Optional[str]:
42 return self._state
43
44 @property
45 def obfuscated_buyer_id(self) -> Optional[str]:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected