pyre.algebraic.exceptions

Module Contents

exception pyre.algebraic.exceptions.NodeError

Bases: pyre.framework.exceptions.FrameworkError

Base class for pyre.algebraic errors. Useful as a catch-all

exception pyre.algebraic.exceptions.CircularReferenceError(node, path=(), **kwds)

Bases: pyre.algebraic.exceptions.NodeError

Signal a circular reference in the evaluation graph

description = the evaluation graph has a cycle at {0.node}