8.2.1.1. _add_edge_dmap_fun¶
- _add_edge_dmap_fun(graph, edges_weights=None)[source]¶
Adds edge to the dispatcher map.
- Parameters:
graph (schedula.utils.graph.DiGraph) – A directed graph.
edges_weights (dict, optional) – Edge weights.
- Returns:
A function that adds an edge to the graph.
- Return type:
callable