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

Method set_attribute

xarray/backends/common.py:487–488  ·  view source on GitHub ↗
(self, k, v)

Source from the content-addressed store, hash-verified

485 raise NotImplementedError()
486
487 def set_attribute(self, k, v): # pragma: no cover
488 raise NotImplementedError()
489
490 def set_variable(self, k, v): # pragma: no cover
491 raise NotImplementedError()

Callers 1

set_attributesMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected