MCPcopy
hub / github.com/dask/dask / order

Function order

dask/order.py:64–69  ·  view source on GitHub ↗
(
    dsk: Mapping[Key, Any],
    dependencies: Mapping[Key, set[Key]] | None = None,
    *,
    return_stats: Literal[True],
)

Source from the content-addressed store, hash-verified

62
63@overload
64def order(
65 dsk: Mapping[Key, Any],
66 dependencies: Mapping[Key, set[Key]] | None = None,
67 *,
68 return_stats: Literal[True],
69) -> dict[Key, Order]: ...
70
71
72@overload

Callers 15

start_state_from_daskFunction · 0.90
get_asyncFunction · 0.90
visualize_dskFunction · 0.90
execute_graphFunction · 0.90
visualizeFunction · 0.90
test_avoid_broker_nodesFunction · 0.90
test_prefer_deepFunction · 0.90

Calls 15

DependenciesMappingClass · 0.90
reverse_dictFunction · 0.90
DataNodeClass · 0.90
istaskFunction · 0.90
getcycleFunction · 0.90
setClass · 0.85
OrderClass · 0.85
ndependenciesFunction · 0.85
_connecting_to_rootsFunction · 0.85
minFunction · 0.85
maxFunction · 0.85
use_longest_pathFunction · 0.85

Used in the wild real call sites across dependent graphs

searching dependent graphs…