GB0256

Graph-Break Type

Short name describing what triggered the graph break

User-defined object with non-function getattr

Context

Values or code snippet captured at the break point

object={self.value}, name={name}, getattr_fn={getattr_fn}

Explanation

Explanation of why the graph break was triggered

Found a non-function getattr {getattr_fn} from a user-defined object {self.value} when attempting to getattr {name}

Hints

Hints on how to resolve the graph break

Additional Information

Click here to add Additional Info

Back to Registry