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

Class C

typing-examples/baseline.py:44–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42
43@attrs.define
44class C:
45 a: int
46
47
48c = C(1)

Callers 1

baseline.pyFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected