Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/python-attrs/attrs
/ make_tc
Function
make_tc
tests/test_make.py:166–173 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
164
165
166
def
make_tc():
167
class
TransformC:
168
z = attr.ib()
169
y = attr.ib()
170
x = attr.ib()
171
a = 42
172
173
return
TransformC
174
175
176
class
TestTransformAttrs:
Callers
3
test_no_modifications
Method · 0.85
test_normal
Method · 0.85
test_transforms_to_attribute
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected