Utilities for graph building.
Bases: object
Generic graph methods.
Add edges to graph from sources to targets.
| Parameters: |
|
|---|
Add nodes in nodes to graph.
| Parameters: |
|
|---|
Nodes are device_paths of each device, as these uniquely identify the device.
Get node arguments, along with keys.
| Parameters: |
|
|---|---|
| Returns: | arguments suitable for passing to add_nodes_from() |