MCPcopy Create free account
hub / github.com/dask/dask / __dask_annotations__

Method __dask_annotations__

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

Source from the content-addressed store, hash-verified

554 return _AnnotationsTombstone()
555
556 def __dask_annotations__(self):
557 return {}
558
559 def __dask_graph__(self):
560 """Traverse expression tree, collect layers

Calls

no outgoing calls