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

Method _annotations_tombstone

dask/_expr.py:553–554  ·  view source on GitHub ↗
(cls)

Source from the content-addressed store, hash-verified

551
552 @classmethod
553 def _annotations_tombstone(cls) -> _AnnotationsTombstone:
554 return _AnnotationsTombstone()
555
556 def __dask_annotations__(self):
557 return {}

Callers 1

Calls 1

Tested by

no test coverage detected