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

Method acquire

xarray/backends/locks.py:245–246  ·  view source on GitHub ↗
(self, blocking=True)

Source from the content-addressed store, hash-verified

243 """DummyLock provides the lock API without any actual locking."""
244
245 def acquire(self, blocking=True):
246 pass
247
248 def release(self):
249 pass

Callers 4

acquireMethod · 0.45
acquireFunction · 0.45
get_variableMethod · 0.45
dsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected