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

Class _Attributes

src/attr/_make.py:288–291  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

286# Tuple class for extracted attributes from a class definition.
287# `base_attrs` is a subset of `attrs`.
288class _Attributes(NamedTuple):
289 attrs: type
290 base_attrs: list[Attribute]
291 base_attrs_map: dict[str, type]
292
293
294def _is_class_var(annot):

Callers 2

test_emptyMethod · 0.90
_transform_attrsFunction · 0.85

Calls

no outgoing calls

Tested by 1

test_emptyMethod · 0.72