DependencyGraph.keys()

Return node keys from source (or the graph) using the selected order.

Usage

Source

DependencyGraph.keys(
    *,
    order="insertion",
    source=None,
)