Class WrappedKey
Interface for a key in a dask graph.
Declaration
class WrappedKey
source linkDocumentation
Subclasses must have .key attribute that refers to a key in a dask graph.
Sometimes we want to associate metadata to keys in a dask graph. For
example we might know that that key lives on a particular machine or can
only be accessed in a certain way. Schedulers may have particular needs
that can only be addressed by additional metadata.
Methods
Overrides
This method is overriden in:
Overrides
This method is overriden in:
Subclasses
Reexports