Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
Callers
4
__dask_annotations__
Method · 0.45
_finalize_args_collections
Function · 0.45
test_hlg_sequence_uses_annotations_of_optimized_dsk
Function · 0.45
test_annotations_survive_optimization
Function · 0.45
Calls
no outgoing calls
Tested by
2
test_hlg_sequence_uses_annotations_of_optimized_dsk
Function · 0.36
test_annotations_survive_optimization
Function · 0.36