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

Method encode_variable

xarray/backends/common.py:473–475  ·  view source on GitHub ↗

encode one variable

(self, v, name=None)

Source from the content-addressed store, hash-verified

471 return encoded_variables, encoded_attributes
472
473 def encode_variable(self, v, name=None):
474 """encode one variable"""
475 return v
476
477 def encode_attribute(self, a):
478 """encode one attribute"""

Callers 1

encodeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected