Closed seibert closed 3 years ago
Since Placeholder objects represent their final value with a single key (like Delayed), it makes sense for them to have a key property, similar to Delayed. See:
Delayed
key
https://github.com/dask/dask/blob/master/dask/delayed.py#L525-L527
This will make writing tests more convenient.
Since Placeholder objects represent their final value with a single key (like
Delayed
), it makes sense for them to have akey
property, similar toDelayed
. See:https://github.com/dask/dask/blob/master/dask/delayed.py#L525-L527
This will make writing tests more convenient.