Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/pydata/xarray
/ __deepcopy__
Method
__deepcopy__
xarray/core/dataset.py:1179–1180 ·
view source on GitHub ↗
(self, memo: dict[int, Any] | None = None)
Source
from the content-addressed store, hash-verified
1177
return
self._copy(deep=False)
1178
1179
def
__deepcopy__(self, memo: dict[int, Any] | None = None) -> Self:
1180
return
self._copy(deep=True, memo=memo)
1181
1182
def
as_numpy(self) -> Self:
1183
""
"
Callers
nothing calls this directly
Calls
1
_copy
Method · 0.95
Tested by
no test coverage detected