titus.producer.tools.And

class titus.producer.tools.And(*alternatives)[source]

Bases: titus.producer.tools.Matcher

Match every one of several alternatives.

If any alternatives have substitutions, the last substitution is returned.

__init__(*alternatives)
getmatch(haystack)