dagstream.utilsΒΆ

dagstream.utils.errors.DagStreamCycleError

Subclass of ValueError raises if a cycle is found in graph.

dagstream.utils.errors.DagStreamNotReadyError

Subclass of ValueError raises by INodeState if some attributes are accessed unless nodes state is properly prepared.