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

Class HH

typing-examples/mypy.py:91–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89
90@attr.s
91class HH(DD, EE):
92 z: float = attr.ib()
93
94
95HH(x=[1], y=[], z=1.1)

Callers 1

mypy.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected