MCPcopy
hub / github.com/pydata/xarray / num_graph_nodes

Method num_graph_nodes

xarray/tests/test_backends.py:6547–6548  ·  view source on GitHub ↗
(obj)

Source from the content-addressed store, hash-verified

6545 chunks = {"time": 10}
6546
6547 def num_graph_nodes(obj):
6548 return len(obj.__dask_graph__())
6549
6550 with (
6551 open_dataset(tmp, inline_array=False, chunks=chunks) as not_inlined_ds,

Callers

nothing calls this directly

Calls 1

__dask_graph__Method · 0.45

Tested by

no test coverage detected