MCPcopy
hub / github.com/Textualize/rich / StockKeepingUnit

Class StockKeepingUnit

tests/test_pretty.py:199–204  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

197
198
199class StockKeepingUnit(NamedTuple):
200 name: str
201 description: str
202 price: float
203 category: str
204 reviews: List[str]
205
206
207def test_pretty_namedtuple() -> None:

Callers 2

test_pretty_namedtupleFunction · 0.70

Calls

no outgoing calls

Tested by 2

test_pretty_namedtupleFunction · 0.56