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

Class C

tests/test_dunders.py:814–819  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

812 """
813
814 class C:
815 __attrs_attrs__ = [
816 simple_attr(name="a", default=2),
817 simple_attr(name="b", default="hallo"),
818 simple_attr(name="c", default=None),
819 ]
820
821 C = _add_init(C, False)
822 i = C()

Callers

nothing calls this directly

Calls 2

FactoryClass · 0.90
simple_attrFunction · 0.85

Tested by

no test coverage detected