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

Class C

tests/test_make.py:1694–1698  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1692
1693 @attr.define
1694 class C:
1695 x: int = attr.field(
1696 converter=attr.Converter(converter_with_self, takes_self=True)
1697 )
1698 y = 42
1699
1700 assert 84 == C(2).x
1701

Calls

no outgoing calls