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

Method add

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

Source from the content-addressed store, hash-verified

634 return len(self._d)
635
636 def add(self, value: T) -> None:
637 self._d[value] = None
638
639 def discard(self, value: T) -> None:
640 del self._d[value]

Callers 15

interpFunction · 0.95
_draw_unique_nameMethod · 0.45
_encode_coordinatesFunction · 0.45
_walk_array_namespacesFunction · 0.45
find_independent_seasonsFunction · 0.45
_check_childrenMethod · 0.45
_overwrite_indexesMethod · 0.45
_copy_listedMethod · 0.45
_rename_varsMethod · 0.45
expand_dimsMethod · 0.45

Calls

no outgoing calls

Tested by 1

_draw_unique_nameMethod · 0.36