Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/python-attrs/attrs
/ Derived
Class
Derived
typing-examples/baseline.py:61–62 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
59
60
@attrs.define
61
class
Derived(C):
62
b: int
63
64
65
Derived(1, 2).a
Callers
1
baseline.py
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected