MCPcopy Index your code
hub / github.com/pydata/xarray / _finalize_store

Function _finalize_store

xarray/backends/api.py:126–129  ·  view source on GitHub ↗

Finalize this store by explicitly syncing and closing

(writes, store)

Source from the content-addressed store, hash-verified

124
125
126def _finalize_store(writes, store):
127 """Finalize this store by explicitly syncing and closing"""
128 del writes # ensure writing is done first
129 store.close()
130
131
132def delayed_close_after_writes(writes, store):

Callers

nothing calls this directly

Calls 1

closeMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…