MCPcopy
hub / github.com/python-attrs/attrs / C

Class C

tests/test_converters.py:128–129  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

126
127 @attr.s
128 class C:
129 a = attrib(converter=MyConv())
130
131 c = C(21)
132 assert 42 == c.a

Callers

nothing calls this directly

Calls 2

attribFunction · 0.90
MyConvClass · 0.85

Tested by

no test coverage detected