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

Method prepare_variable

xarray/backends/common.py:481–482  ·  view source on GitHub ↗
(self, name, variable, check_encoding, unlimited_dims)

Source from the content-addressed store, hash-verified

479 return a
480
481 def prepare_variable(self, name, variable, check_encoding, unlimited_dims):
482 raise NotImplementedError()
483
484 def set_dimension(self, dim, length, is_unlimited): # pragma: no cover
485 raise NotImplementedError()

Callers 1

set_variablesMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected