pyinterp.TemporalAxis.__getitem__

pyinterp.TemporalAxis.__getitem__#

TemporalAxis.__getitem__(self, index: int) object#
TemporalAxis.__getitem__(self, axis_slice: slice) object

Overloaded function.

  1. __getitem__(self, index: int) -> object

Get the coordinate value at the given index.

  1. __getitem__(self, axis_slice: slice) -> object

Get the coordinate values for the given slice.