(self, variable, name=None)
| 979 | _put_attrs(self.zarr_group, attributes) |
| 980 | |
| 981 | def encode_variable(self, variable, name=None): |
| 982 | variable = encode_zarr_variable(variable, name=name) |
| 983 | return variable |
| 984 | |
| 985 | def encode_attribute(self, a): |
| 986 | return encode_zarr_attr_value(a) |
nothing calls this directly
no test coverage detected