Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
48
class
CC:
49
a: int = attr.ib()
50
51
52
cc = CC(1)
Callers
1
mypy.py
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected