meridian.analysis.review.checks.Sequence

All the operations on a read-only sequence.

Concrete subclasses must override newor init, getitem, and len.

Methods

count

S.count(value) -> integer -- return number of occurrences of value

index

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.

__contains__

__getitem__

__iter__

__len__

Create a Mobile Website
View Site in Mobile | Classic
Share by: