Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pydata/xarray
/ __iter__
Method
__iter__
xarray/core/utils.py:508–509 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
506
return
self.mapping[key]
507
508
def
__iter__(self) -> Iterator[K]:
509
return
iter(self.mapping)
510
511
def
__len__(self) -> int:
512
return
len(self.mapping)
Callers
1
test_warn_ds_dims_deprecation
Method · 0.45
Calls
no outgoing calls
Tested by
1
test_warn_ds_dims_deprecation
Method · 0.36