Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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_coordinates
Function · 0.80
get_array_namespace
Function · 0.80
plot
Function · 0.80
result_name
Function · 0.80
__delitem__
Method · 0.80
determine_coords
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected