MCPcopy
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
166def 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
176class TestTransformAttrs:

Callers 3

test_no_modificationsMethod · 0.85
test_normalMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected