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

Class D

typing-examples/baseline.py:53–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51
52@attrs.frozen
53class D:
54 a: int
55
56
57D(1).a

Callers 1

baseline.pyFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected