pyinterp.TemporalAxis.__getitem__#
- TemporalAxis.__getitem__(self, index: int) object#
- TemporalAxis.__getitem__(self, axis_slice: slice) object
Overloaded function.
__getitem__(self, index: int) -> object
Get the coordinate value at the given index.
__getitem__(self, axis_slice: slice) -> object
Get the coordinate values for the given slice.