MCPcopy Index your code
hub / github.com/dask/dask / __dask_annotations__

Method __dask_annotations__

dask/_expr.py:551–552  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

549 return _AnnotationsTombstone()
550
551 def __dask_annotations__(self):
552 return {}
553
554 def __dask_graph__(self):
555 """Traverse expression tree, collect layers

Calls

no outgoing calls