dataeval.types.SequenceOutput¶
- class dataeval.types.SequenceOutput(data)¶
An Output that wraps a sequence and proxies its interface.
-
index(value, start=
0, stop=None)¶ S.index(value, [start, [stop]]) -> integer – return first index of value. Raises ValueError if the value is not present.
Supporting start and stop arguments is optional, but recommended.
-
index(value, start=