Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/Textualize/rich
/ Model
Class
Model
examples/attrs.py:26–28 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
24
25
@attr.define
26
class
Model:
27
name: str
28
triangles: List[Triangle] = attr.Factory(list)
29
30
31
if
__name__ ==
"__main__"
:
Callers
1
attrs.py
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected