opto.trace.containers.Seq.pop

Contents

opto.trace.containers.Seq.pop#

Seq.pop([index]) item -- remove and return item at index (default last).#

Raise IndexError if list is empty or index is out of range.