MCPcopy 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_attrsFunction · 0.45
updateFunction · 0.45
collect_envFunction · 0.45
__init__Method · 0.45
collectFunction · 0.45
_applyMethod · 0.45
to_graphvizFunction · 0.45
_to_cytoscape_jsonFunction · 0.45
get_depsFunction · 0.45
reverse_dictFunction · 0.45

Calls 1

to_dictMethod · 0.95

Tested by 2

_get_attrsFunction · 0.36
hlg_layerFunction · 0.36