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

Class MatchArgs2

typing-examples/baseline.py:181–183  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

179
180@attrs.define(match_args=False)
181class MatchArgs2:
182 a: int
183 b: int
184
185
186# NG versions of asdict/astuple

Callers 1

baseline.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected