GB0190

Graph-Break Type

Short name describing what triggered the graph break

getattr() with non-constant name argument

Context

Values or code snippet captured at the break point

getattr({obj}, {name_var}, {default})

Explanation

Explanation of why the graph break was triggered

getattr() with non-constant name argument is not supported

Hints

Hints on how to resolve the graph break

Additional Information

Back to Registry