(obj)
| 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, |
nothing calls this directly
no test coverage detected