embcol.typing.SequenceND¶ class embcol.typing.SequenceND(*args, **kwargs)[source]¶ Bases: Protocol[_T_co] Protocol for a multi-dimensional sequence. Methods count(value, /) Count a given object along the first dimension. index(value[, start, stop]) Return an index of the first occurrence of a given object along the first dimension.