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

Method get_variables

xarray/backends/zarr.py:948–949  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

946 return Variable(dimensions, data, attributes, encoding)
947
948 def get_variables(self):
949 return FrozenDict((k, self.open_store_variable(k)) for k in self.array_keys())
950
951 def get_attrs(self):
952 return {

Callers

nothing calls this directly

Calls 3

open_store_variableMethod · 0.95
array_keysMethod · 0.95
FrozenDictFunction · 0.90

Tested by

no test coverage detected