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

Class NotAnAttrsClassError

src/attr/exceptions.py:47–52  ·  src/attr/exceptions.py::NotAnAttrsClassError

A non-*attrs* class has been passed into an *attrs* function. .. versionadded:: 16.2.0

Source from the content-addressed store, hash-verified

45
46
47class NotAnAttrsClassError(ValueError):
48 class="st">"""
49 A non-*attrs* class has been passed into an *attrs* function.
50
51 .. versionadded:: 16.2.0
52 class="st">"""
53
54
55class DefaultAlreadySetError(RuntimeError):

Callers 3

inspectFunction · 0.85
fieldsFunction · 0.85
fields_dictFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected