Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/python-attrs/attrs
/ Error
Class
Error
typing-examples/mypy.py:104–105 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
102
# Exceptions
103
@attr.s(auto_exc=True)
104
class
Error(Exception):
105
x: int = attr.ib()
106
107
108
try
:
Callers
1
mypy.py
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected