xarray.core.indexing.BasicIndexer

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.

__init__(key)[source]

Initialize self. See help(type(self)) for accurate signature.

Methods

__init__(key)

Initialize self.

Attributes

tuple