UnboundedSliceChain¶
-
class
tollan.utils.slice.
UnboundedSliceChain
(slices=None)[source]¶ Bases:
tollan.utils.slice.SliceChain
A chain of slices.
- Parameters
- slices: slice or a list of slices, optional
This is used to initialize the slice chain.
Methods Summary
apply
(arr)resolve
(other, **kwargs)Return a bounded slice chain by operating on
other
.Methods Documentation