timeflux.core.graph: handle graphs
graph
- class timeflux.core.graph.Graph(graph)[source]
Graph helpers
Initialize graph.
- Parameters
graph (dict) – The graph, which structure can be found in test.yaml. Must be an acyclic directed graph. Multiple edges between two nodes are allowed.
See also