opto.trace.containers.Seq.index

Contents

opto.trace.containers.Seq.index#

Seq.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.