xarray.core.indexing.BasicIndexer (original) (raw)
class xarray.core.indexing.BasicIndexer(key)[source]#
Tuple for basic indexing.
All elements should be int or slice objects. Indexing follows NumPy’s rules for basic indexing: each axis is independently sliced and axes indexed with an integer are dropped from the result.
Methods
Attributes