MatchIterator

MatchIterator

MatchIterator()

An iterator over matches.

Methods

Name Description
__iter__ Create the iterator.
__next__ Return the next match.

__iter__

MatchIterator.__iter__() -> MatchIterator

Create the iterator.

__next__

MatchIterator.__next__() -> dict[Expression, Expression]

Return the next match.