Short name describing what triggered the graph break
NamedTupleVariable.setattr bad args
Values or code snippet captured at the break point
{len(args)} args and {len(kwargs)} kwargs
Explanation of why the graph break was triggered
Expected exactly 2 positional args for setattr.
Hints on how to resolve the graph break
No hints provided.