GB0071

Graph-Break Type

Short name describing what triggered the graph break

Inline attempt with self

Context

Values or code snippet captured at the break point

str(func)

Explanation

Explanation of why the graph break was triggered

Attempted to inline a function with the __self__ attribute. Dynamo is expected to decompose method calls into function calls with a self argument.

Hints

Hints on how to resolve the graph break

No hints provided.

Additional Information

Back to Registry