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

Function delayed_close_after_writes

xarray/backends/api.py:132–135  ·  view source on GitHub ↗
(writes, store)

Source from the content-addressed store, hash-verified

130
131
132def delayed_close_after_writes(writes, store):
133 import dask
134
135 return dask.delayed(_finalize_store)(writes, store)
136
137
138def _multi_file_closer(closers):

Callers 4

to_netcdfFunction · 0.90
to_zarrFunction · 0.90
_datatree_to_netcdfFunction · 0.90
_datatree_to_zarrFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…