MCPcopy
hub / github.com/pydata/xarray / discard

Method discard

xarray/core/utils.py:639–640  ·  view source on GitHub ↗
(self, value: T)

Source from the content-addressed store, hash-verified

637 self._d[value] = None
638
639 def discard(self, value: T) -> None:
640 del self._d[value]
641
642 # Additional methods
643

Callers 6

_encode_coordinatesFunction · 0.80
get_array_namespaceFunction · 0.80
plotFunction · 0.80
result_nameFunction · 0.80
__delitem__Method · 0.80
determine_coordsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected