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

Class C

tests/test_make.py:506–507  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

504
505 @attr.s
506 class C:
507 x = attr.ib()
508
509 assert "x" == C.__attrs_attrs__[0].name
510 assert all(isinstance(a, Attribute) for a in C.__attrs_attrs__)

Callers

nothing calls this directly

Calls 1

FactoryClass · 0.90

Tested by

no test coverage detected