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

Method created_at

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

Source from the content-addressed store, hash-verified

49
50 @property
51 def created_at(self) -> Optional[str]:
52 return self._created_at
53
54 @property
55 def type(self) -> Optional[str]:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected