Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
199
class
StockKeepingUnit(NamedTuple):
200
name: str
201
description: str
202
price: float
203
category: str
204
reviews: List[str]
205
206
207
def
test_pretty_namedtuple() -> None:
Callers
2
test_pretty_namedtuple
Function · 0.70
test_pretty_namedtuple_max_depth
Function · 0.70
Calls
no outgoing calls
Tested by
2
test_pretty_namedtuple
Function · 0.56
test_pretty_namedtuple_max_depth
Function · 0.56