Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/dask/dask
/ Order
Class
Order
dask/order.py:58–60 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
56
57
58
class
Order(NamedTuple):
59
priority: int
60
critical_path: float | int
61
62
63
@overload
Callers
2
order
Function · 0.85
add_to_result
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…