Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/python-attrs/attrs
/ EvolveCase
Class
EvolveCase
tests/test_make.py:2372–2375 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2370
2371
@attr.s
2372
class
EvolveCase:
2373
_override = attr.ib(alias=
"_override"
)
2374
__mangled = attr.ib()
2375
__dunder__ = attr.ib()
2376
2377
org = EvolveCase(1, 2, 3)
2378
Callers
1
test_evolve
Method · 0.85
Calls
no outgoing calls
Tested by
1
test_evolve
Method · 0.68