MCPcopy
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)
104class Error(Exception):
105 x: int = attr.ib()
106
107
108try:

Callers 1

mypy.pyFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected