edgegraph.exceptions.GraphContainsCyclesError

edgegraph.exceptions.GraphContainsCyclesError#

exception edgegraph.exceptions.GraphContainsCyclesError#

A graph under examination contains a cycle and is being used in a process which cannot process such graphs.

For example, topological sorting operations cannot order cyclic graphs.