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

Class CC

typing-examples/mypy.py:48–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46
47@attr.s
48class CC:
49 a: int = attr.ib()
50
51
52cc = CC(1)

Callers 1

mypy.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected