Short name describing what triggered the graph break
Missing len_impl
Values or code snippet captured at the break point
len({type(self).name})
Explanation of why the graph break was triggered
Dynamo does not support len() on {type(self).name}. Add len_impl to this VariableTracker subclass.
Hints on how to resolve the graph break