libtcspc.Matcher¶
- class libtcspc.Matcher[source]¶
Bases:
ABCBase class for matchers used by the
MatchandMatchAndConsumeprocessors.A matcher decides, for each event of the matched type, whether it matches.
See also
MatchProcessor that emits an event for each match, passing all events through.
MatchAndConsumeLike
Match, but matched events are consumed.