Short name describing what triggered the graph break
replace on a namespace whose type returned a non-namespace
Values or code snippet captured at the break point
type={type(self.value)}, returned={new_vt}
Explanation of why the graph break was triggered
types.SimpleNamespace.replace calls type(self)() and requires the result to be a namespace.
Hints on how to resolve the graph break