Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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)
181
class
MatchArgs2:
182
a: int
183
b: int
184
185
186
# NG versions of asdict/astuple
Callers
1
baseline.py
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected