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

Class UnannotatedAttributeError

src/attr/exceptions.py:64–69  ·  view source on GitHub ↗

A class with ``auto_attribs=True`` has a field without a type annotation. .. versionadded:: 17.3.0

Source from the content-addressed store, hash-verified

62
63
64class UnannotatedAttributeError(RuntimeError):
65 """
66 A class with ``auto_attribs=True`` has a field without a type annotation.
67
68 .. versionadded:: 17.3.0
69 """
70
71
72class PythonTooOldError(RuntimeError):

Callers 1

_transform_attrsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected