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

Method __dask_annotations__

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

Source from the content-addressed store, hash-verified

1217 )
1218
1219 def __dask_annotations__(self):
1220 annotations_by_type = {}
1221 for op in self.operands:
1222 for k, v in op.__dask_annotations__().items():
1223 annotations_by_type.setdefault(k, {}).update(v)
1224 return annotations_by_type
1225
1226 def __len__(self):
1227 return len(self.operands)

Callers

nothing calls this directly

Calls 2

itemsMethod · 0.45
__dask_annotations__Method · 0.45

Tested by

no test coverage detected