GB1157

Graph-Break Type

Short name describing what triggered the graph break

replace on a namespace whose type returned a non-namespace

Context

Values or code snippet captured at the break point

type={type(self.value)}, returned={new_vt}

Explanation

Explanation of why the graph break was triggered

types.SimpleNamespace.replace calls type(self)() and requires the result to be a namespace.

Hints

Hints on how to resolve the graph break

Additional Information

Click here to add Additional Info

Back to Registry