DependencyGraph.add_edge()

Add edge: from_key depends on to_key (from_key -> to_key).

Usage

Source

DependencyGraph.add_edge(
    from_key,
    to_key,
    *,
    guard=None,
    **attrs,
)