GB9522

Graph-Break Type

Short name describing what triggered the graph break

hasattr() on unsupported type

Context

Values or code snippet captured at the break point

hasattr({obj}, {attr})

Explanation

Explanation of why the graph break was triggered

hasattr() is not supported on type {obj.python_type_name()}

Hints

Hints on how to resolve the graph break

Additional Information

Click here to add Additional Info

Back to Registry