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

Method _drop_coords

xarray/core/coordinates.py:507–509  ·  view source on GitHub ↗
(self, coord_names)

Source from the content-addressed store, hash-verified

505 self._data.coords._update_coords(coords, indexes)
506
507 def _drop_coords(self, coord_names):
508 # redirect to DatasetCoordinates._drop_coords
509 self._data.coords._drop_coords(coord_names)
510
511 def _merge_raw(self, other, reflexive, compat: CompatOptions | CombineKwargDefault):
512 """For use with binary arithmetic."""

Callers 1

updateMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected