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

Class Derived

typing-examples/baseline.py:61–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59
60@attrs.define
61class Derived(C):
62 b: int
63
64
65Derived(1, 2).a

Callers 1

baseline.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected