Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/dask/dask
/ items
Method
items
dask/highlevelgraph.py:603–604 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
601
return
keys
602
603
def
items(self) -> ItemsView[Key, Any]:
604
return
self.to_dict().items()
605
606
def
values(self) -> ValuesView[Any]:
607
return
self.to_dict().values()
Callers
15
_get_attrs
Function · 0.45
update
Function · 0.45
collect_env
Function · 0.45
__init__
Method · 0.45
collect
Function · 0.45
expand_environment_variables
Function · 0.45
_apply
Method · 0.45
to_graphviz
Function · 0.45
_to_cytoscape_json
Function · 0.45
get_deps
Function · 0.45
reverse_dict
Function · 0.45
_find_layer_containing_key
Function · 0.45
Calls
1
to_dict
Method · 0.95
Tested by
2
_get_attrs
Function · 0.36
hlg_layer
Function · 0.36