DependencyGraph.get_edge_guard()

Return the guard on edge from_key -> to_key, or None if none.

Usage

Source

DependencyGraph.get_edge_guard(
    from_key,
    to_key,
)