GB0252

Graph-Break Type

Short name describing what triggered the graph break

could not find name in object’s mro

Context

Values or code snippet captured at the break point

name={name}, object type={type(self.value)}, mro={type(self.value).mro}

Explanation

Explanation of why the graph break was triggered

Could not find name {name} in mro {type(self.value).mro}

Hints

Hints on how to resolve the graph break

Additional Information

Click here to add Additional Info

Back to Registry