Class WrappedKey

Interface for a key in a dask graph.

Declaration

class WrappedKey
source link

Documentation

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

Subclasses

Reexports