MCPcopy
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
58class Order(NamedTuple):
59 priority: int
60 critical_path: float | int
61
62
63@overload

Callers 2

orderFunction · 0.85
add_to_resultFunction · 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…