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

Method __deepcopy__

xarray/namedarray/core.py:369–370  ·  view source on GitHub ↗
(self, memo: dict[int, Any] | None = None)

Source from the content-addressed store, hash-verified

367 return self._copy(deep=False)
368
369 def __deepcopy__(self, memo: dict[int, Any] | None = None) -> Self:
370 return self._copy(deep=True, memo=memo)
371
372 def copy(
373 self,

Callers

nothing calls this directly

Calls 1

_copyMethod · 0.95

Tested by

no test coverage detected