Short name describing what triggered the graph break
Comparison on compile-time-only id or hash value
Values or code snippet captured at the break point
FakeIdVariable({self.value}) {op} {type(other).name}
Explanation of why the graph break was triggered
Cannot compare a compile-time-only id() or hash() value. The comparison will run eagerly.
Hints on how to resolve the graph break