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

Class C

typing-examples/mypy.py:21–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19
20@attr.s
21class C:
22 a = attr.ib(type=int)
23
24
25c = C(1)

Callers 1

mypy.pyFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected